Switch to a remote state

This commit is contained in:
Nemo 2019-02-10 23:14:10 +05:30
parent 97300459fd
commit f85692da9e
1 changed files with 8 additions and 0 deletions

8
state.tf Normal file
View File

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