Terraform providers: provider

From wikieduonline
Jump to navigation Jump to search

Providers list[edit]

List of some Terraform providers, hashicorp/: [1]

Use: terraform providers command to list providers used in your main.tf file

Terraform provider: AWS[edit]

provider "aws" {
 version = "~> 3.38.0"
 region = "us-west-2"
 profile = "your_profile_name"
}

Related commands[edit]

Errors[edit]

Related terms[edit]

See also[edit]

Advertising: