Difference between revisions of "Versions.tf"

From wikieduonline
Jump to navigation Jump to search
 
(7 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 {
 
  terraform {
   required_version = ">= 0.13.1"
+
   [[required_version]] = ">= 0.13.1"
 
   
 
   
   required_providers {
+
   [[required_providers]] {
 
     aws = {
 
     aws = {
 
       source  = "hashicorp/aws"
 
       source  = "hashicorp/aws"
Line 14: Line 15:
  
  
 +
[[required_version]]
 +
[[required_providers]]
 +
[[~]]>
 +
 +
== Related ==
 +
* <code>[[providers.tf]]</code>
  
 
== See also ==
 
== See also ==
* {{Terraform files}}
+
* {{tf files}}
* {{Terraform}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 14:14, 16 March 2023

Advertising: