Difference between revisions of "Versions.tf"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://cloud.google.com/docs/terraform/best-practices-for-terraform#minor-provider-versions | ||
Line 23: | Line 24: | ||
== See also == | == See also == | ||
* {{tf files}} | * {{tf files}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 14:14, 16 March 2023
terraform { required_version = ">= 0.13.1" required_providers { aws = { source = "hashicorp/aws" version = ">= 4.6" } } }
required_version required_providers ~>
Related[edit]
See also[edit]
Advertising: