fix config

This commit is contained in:
Nana Janashia
2020-12-20 16:04:49 +01:00
parent 9f96f5fac1
commit 386fde3774
3 changed files with 46 additions and 48 deletions

View File

@@ -1,11 +1,13 @@
terraform {
required_version = ">= 0.12"
required_providers {
// pull latest version because of bug on destroy - aws_auth can't get removed
//required_version = ">= 0.12"
/*required_providers {
random = "~> 2.1"
local = "~> 1.2"
null = "~> 2.1"
template = "~> 2.1"
}
kubernetes = "~> 1.13"
}*/
}
/*