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": [] +}