nebula/state.tf

10 lines
152 B
Terraform
Raw Permalink Normal View History

2019-02-10 17:44:10 +00:00
terraform {
backend "s3" {
bucket = "rmx-nemo"
key = "terraform/nebula.tfstate"
region = "ap-south-1"
profile = "nebula"
}
}