🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2019-02-10 23:14:10.0 +05:30:00
committer Nemo <me@captnemo.in> 2019-02-10 23:14:10.0 +05:30:00
commit
f85692da9e42dc5f65a5e0b379081508c967e637 [patch]
tree
4194677e34e9061f321666ce972104f32259b0e4
parent
97300459fd9d4b06f578262716fdb79f18653430
download
f85692da9e42dc5f65a5e0b379081508c967e637.tar.gz

Switch to a remote state



Diff

 state.tf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/state.tf b/state.tf
new file mode 100644
index 0000000..91d84e1 100644
--- /dev/null
+++ a/state.tf
@@ -1,0 +1,8 @@
terraform {

  backend "s3" {

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