Move backend to S3 based
This commit is contained in:
8
terraform/backends.tf
Normal file
8
terraform/backends.tf
Normal file
@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "0rng-terraform"
|
||||
key = "terraform.tfstate"
|
||||
encrypt = true
|
||||
region = "eu-west-2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user