Difference between revisions of "Versions.tf"
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
terraform { required_version = ">= 0.13.1" required_providers { aws = { source = "hashicorp/aws" version = ">= 4.6" } } }
See also
- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos, Atlantis
Advertising: