Difference between revisions of "Terraform provider versioning"
Jump to navigation
Jump to search
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | https://www.terraform.io/language/providers/configuration#version-deprecated since [[Terraform 0.13]] | + | https://www.terraform.io/language/providers/configuration#version-deprecated since [[Terraform 0.13]] (August 2020) |
+ | * [[Terraform Associate]]: Handle Terraform and [[Terraform provider|provider installation]] and versioning | ||
+ | |||
+ | |||
+ | {{tf block simple}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | {{required_version}} | ||
− | * [[ | + | == Related == |
+ | * <code>[[required_providers]]</code> | ||
+ | * <code>[[versions.tf]]</code> | ||
+ | * <code>[[providers.tf]]</code> | ||
+ | [[required_version]] | ||
+ | * [[Terraform block]] | ||
== See also == | == See also == | ||
− | * {{Terraform}} | + | * {{tf init}} |
+ | * {{Terraform providers}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 08:34, 20 February 2024
https://www.terraform.io/language/providers/configuration#version-deprecated since Terraform 0.13 (August 2020)
- Terraform Associate: Handle Terraform and provider installation and versioning
terraform { required_providers { aws = "~> 1.2.0" } }
terraform { required_version = "~> 1.0.0" required_providers { aws = { source = "hashicorp/aws" version = "~> 3.0" } random = { source = "hashicorp/random" version = "3.1.0" } } }
Related[edit]
required_version
See also[edit]
terraform init
[-upgrade | -reconfigure | -backend-config | -get-plugins=false | -verify-plugins=false ]
,--help
, Execution examples, Execution with errors,~/.terraformrc, required_providers
- Terraform provider:
AWS, Cloudflare
,GoogleWorkspace
,Kubernetes, Helm, .terraform/providers/
,template
,tfe
,providers.tf, dns, hashicorp/, hashicorp/tls
, Terraform provider versioning, Libvirt, datadog,terraform providers, required_version, onepassword
,rancher2
,time, terraform.tf
Advertising: