add tfstate
This commit is contained in:
parent
c008077ea1
commit
6fc5fcd45e
2 changed files with 10 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,8 +3,8 @@
|
||||||
**/.terraform/*
|
**/.terraform/*
|
||||||
|
|
||||||
# .tfstate files
|
# .tfstate files
|
||||||
*.tfstate
|
#*.tfstate
|
||||||
*.tfstate.*
|
#*.tfstate.*
|
||||||
|
|
||||||
# Crash log files
|
# Crash log files
|
||||||
crash.log
|
crash.log
|
||||||
|
|
8
project1/terraform.tfstate
Normal file
8
project1/terraform.tfstate
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"version": 4,
|
||||||
|
"terraform_version": "0.12.24",
|
||||||
|
"serial": 1,
|
||||||
|
"lineage": "6efb1875-c719-ba5d-da5b-08b8b95e015f",
|
||||||
|
"outputs": {},
|
||||||
|
"resources": []
|
||||||
|
}
|
Loading…
Reference in a new issue