nebula/state.tf
2019-02-10 23:14:10 +05:30

9 lines
151 B
HCL

terraform {
backend "s3" {
bucket = "rmx-nemo"
key = "terraform/nebula.tfstate"
region = "ap-south-1"
profile = "nebula"
}
}