add terraform config files
This commit is contained in:
17
terraform/versions.tf
Normal file
17
terraform/versions.tf
Normal file
@@ -0,0 +1,17 @@
|
||||
terraform {
|
||||
required_version = ">= 0.12"
|
||||
required_providers {
|
||||
random = "~> 2.1"
|
||||
local = "~> 1.2"
|
||||
null = "~> 2.1"
|
||||
template = "~> 2.1"
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
** Defining provider versions inside provider block deprecated in Terraform 0.13 and above
|
||||
**
|
||||
provider "random" {
|
||||
version = "~> 2.1"
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user