Difference between revisions of "Terraform init"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* <code>[[terraform get]]</code> | * <code>[[terraform get]]</code> | ||
* [[Terraform provider]] | * [[Terraform provider]] | ||
− | * [[Terraform has been successfully initialized!]] | + | * <code>[[Terraform has been successfully initialized!]]</code> |
+ | * <code>[[Error: Backend initialization required, please run "terraform init"]]</code> | ||
== See also == | == See also == |
Revision as of 13:46, 5 September 2022
terraform init
command is used to initialize a working directory (.terraform/
) containing Terraform configuration files: main.tf
During terraform init
, the configuration is searched for module blocks, and the source code for referenced modules is retrieved from the locations given in their source
arguments.
It is safe to run terraform init
multiple times.
terraform init
->terraform plan
->terraform apply
->terraform show
Contents
Commands
terraform init -upgrade
terraform init -reconfigure
terraform init -migrate-state
terraform init -backend-config=bucket=your_bucket_name -backend-config=key=your-key-name/project/***/state.tfstate -backend-config=region=XXXXX -backend-config=access_key=XXXX -backend-config=secret_key=XXXX
Examples
- Examples: terraform init executions
- Example: terraform init
- Execution examples: terraform init execution examples
Warning: Quoted references are deprecated
Related terms
terraform apply
,terraform validate
,terraform show
.terraform/
or.terraform.d/
.terraform/modules/
source
- Backends: Terraform S3 backend
- Terraform EKS
terraform get
- Terraform provider
Terraform has been successfully initialized!
Error: Backend initialization required, please run "terraform init"
See also
terraform init
[-upgrade | -reconfigure | -backend-config | -get-plugins=false | -verify-plugins=false ]
,--help
, Execution examples, Execution with errors,~/.terraformrc, required_providers
- Terraform configuration files, Terraform state files:
.tf
,.tfvars
,main.tf, outputs.tf
,variables.tf
,.terraform.d/
,terraform init
,providers.tf
,.terraform/
,terraform.tfstate
,.terraform.lock.hcl
,terraform.tfstate.d, override.tf, versions.tf
- Terraform modules,
terraform get
,module { source }
, AWS modules,module.
, child modules, Terraform modules inputs, submodules,terraform init -upgrade
terraform
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]
Advertising: