1
0
Fork 0

add tfstate

This commit is contained in:
Cedric Girard 2020-05-11 14:53:11 +02:00
parent c008077ea1
commit 6fc5fcd45e
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 10 additions and 2 deletions

4
.gitignore vendored
View File

@ -3,8 +3,8 @@
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
#*.tfstate
#*.tfstate.*
# Crash log files
crash.log

View File

@ -0,0 +1,8 @@
{
"version": 4,
"terraform_version": "0.12.24",
"serial": 1,
"lineage": "6efb1875-c719-ba5d-da5b-08b8b95e015f",
"outputs": {},
"resources": []
}