From 6fc5fcd45eab3b6779de464f43f0cc6c64296099 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 11 May 2020 14:53:11 +0200 Subject: [PATCH] add tfstate --- .gitignore | 4 ++-- project1/terraform.tfstate | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 project1/terraform.tfstate diff --git a/.gitignore b/.gitignore index b516fd2..3ef70ca 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,8 @@ **/.terraform/* # .tfstate files -*.tfstate -*.tfstate.* +#*.tfstate +#*.tfstate.* # Crash log files crash.log diff --git a/project1/terraform.tfstate b/project1/terraform.tfstate new file mode 100644 index 0000000..ed5f3ba --- /dev/null +++ b/project1/terraform.tfstate @@ -0,0 +1,8 @@ +{ + "version": 4, + "terraform_version": "0.12.24", + "serial": 1, + "lineage": "6efb1875-c719-ba5d-da5b-08b8b95e015f", + "outputs": {}, + "resources": [] +}