-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfstate
44 lines (44 loc) · 1.01 KB
/
terraform.tfstate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": 4,
"terraform_version": "1.3.7",
"serial": 7,
"lineage": "fca6d6fe-2706-1a1c-7dfa-35548ce6a7ca",
"outputs": {},
"resources": [
{
"module": "module.by_tag",
"mode": "managed",
"type": "null_resource",
"name": "res1",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "1775263060403419677",
"triggers": null
},
"sensitive_attributes": []
}
]
},
{
"module": "module.by_version",
"mode": "managed",
"type": "null_resource",
"name": "res1",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "5866550543406803942",
"triggers": null
},
"sensitive_attributes": []
}
]
}
],
"check_results": null
}