-
Notifications
You must be signed in to change notification settings - Fork 100
/
demo.tfstate
39 lines (39 loc) · 1017 Bytes
/
demo.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
{
"version": 4,
"terraform_version": "1.4.6",
"serial": 1,
"lineage": "9bd48305-5f53-53cb-d716-ccd2167d7e1b",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "random_password",
"name": "password",
"provider": "provider[\"registry.terraform.io/hashicorp/random\"]",
"instances": [
{
"schema_version": 3,
"attributes": {
"bcrypt_hash": "$2a$10$9af5o7R8eQ184LDSQcc78OQ5A.C/csgYgLR0bl9O9onym8ByiPDKy",
"id": "none",
"keepers": null,
"length": 16,
"lower": true,
"min_lower": 0,
"min_numeric": 0,
"min_special": 0,
"min_upper": 0,
"number": true,
"numeric": true,
"override_special": "_%@",
"result": "DPGMYN_iptiS6LyD",
"special": true,
"upper": true
},
"sensitive_attributes": []
}
]
}
],
"check_results": null
}