Difference between revisions of "Versions.tf"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{Terraform}}")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
 +
terraform {
 +
  required_version = ">= 0.13.1"
 +
 +
  required_providers {
 +
    aws = {
 +
      source  = "hashicorp/aws"
 +
      version = ">= 4.6"
 +
    }
 +
  }
 +
}
  
  
Line 5: Line 17:
 
== See also ==
 
== See also ==
 
* {{Terraform}}
 
* {{Terraform}}
 +
 +
[[Category:Terraform]]

Revision as of 16:25, 2 June 2022

Advertising: