adds terraform to pipeline
This commit is contained in:
parent
9e9f2cd592
commit
580667b8a8
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
terraform {
|
||||
required_version = "=1.0"
|
||||
required_version = ">=1.0"
|
||||
backend "s3" {
|
||||
encrypt = true
|
||||
bucket = "jamkazam-terraform"
|
||||
|
|
|
|||
Loading…
Reference in New Issue