terraform init
(Redirected from Tf init)
Jump to navigation
Jump to search
terraform init [1] command is used to initialize a working directory (.terraform/) containing Terraform configuration files: main.tf. Downloads plugins and retrieves teh source code from referenced modules.
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
Commands[edit]
terraform initterraform init -upgradeterraform init -reconfigureterraform init -migrate-stateterraform init -force-copyterraform init -get-plugins=falseterraform init -verify-plugins=falseterraform 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=XXXXterraform init -backend=falseError: Failed to read organization "test" at host app.terraform.io
Examples[edit]
- Examples: terraform init executions
- Terraform examples
Initializing the backend... bucket The name of the S3 bucket Enter a value:
Errors[edit]
Error: Failed to query available provider packagesError: Unsupported Terraform Core versionError: Backend initialization required, please run "terraform init"Warning: Quoted references are deprecatedTerraform has been successfully initialized!Initializing provider plugins...Terraform initialized in an empty directory!Error: Invalid multi-line stringError: Failed to get existing workspaces: S3 bucket does not exist.Error: Error accessing remote module registryError: Unsupported argumentError: Inconsistent dependency lock fileCould not retrieve the list of available versions for provider
Related terms[edit]
terraform loginTF_CLOUD_ORGANIZATIONterraform apply,terraform validate,terraform show.terraform.lock.hcl.terraform/or.terraform.d/.terraform/modules/- Providers:
.terraform/providers/ source- Backends: Terraform S3 backend
- Terraform EKS module
terraform get,terraform get -updatehashicorp/- Terraform Plugin Framework
required_providersterramate run --changed --no-tags local-only -- terraform initterraform workspace new
See also[edit]
terraform init[-upgrade | -reconfigure | -backend-config | -get-plugins=false | -verify-plugins=false ],--help, Execution examples, Execution with errors,~/.terraformrc, required_providers, provider.tf
Advertising: