Handle terraform providers in >= 0.14 better
This commit is contained in:
parent
bcfb9196a0
commit
aa878189d1
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@
|
|||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.*
|
*.tfstate.*
|
||||||
|
|
||||||
|
# .terraform.lock.hcl
|
||||||
|
**/.terraform.lock.hcl
|
||||||
|
|
||||||
# Crash log files
|
# Crash log files
|
||||||
crash.log
|
crash.log
|
||||||
|
|
||||||
|
@ -5,4 +5,5 @@ terraform {
|
|||||||
version = ">= 2.3.0"
|
version = ">= 2.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
required_version = ">= 0.13"
|
||||||
}
|
}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
terraform {
|
|
||||||
required_version = ">= 0.13"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user