Difference between revisions of "Versions.tf"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{Terraform}}") |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://cloud.google.com/docs/terraform/best-practices-for-terraform#minor-provider-versions | ||
+ | terraform { | ||
+ | [[required_version]] = ">= 0.13.1" | ||
+ | |||
+ | [[required_providers]] { | ||
+ | aws = { | ||
+ | source = "hashicorp/aws" | ||
+ | version = ">= 4.6" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | [[required_version]] | ||
+ | [[required_providers]] | ||
+ | [[~]]> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[providers.tf]]</code> | ||
== See also == | == See also == | ||
− | * {{ | + | * {{tf files}} |
+ | |||
+ | [[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: