forked from fortune710/docguard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfstate
More file actions
59 lines (59 loc) · 1.96 KB
/
terraform.tfstate
File metadata and controls
59 lines (59 loc) · 1.96 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"version": 4,
"terraform_version": "1.7.5",
"serial": 3,
"lineage": "5a220ef7-f7d7-d94f-a3df-c0bd82eeb738",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "google_storage_bucket",
"name": "docguard-bucket",
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"autoclass": [],
"cors": [],
"custom_placement_config": [],
"default_event_based_hold": false,
"effective_labels": {},
"enable_object_retention": false,
"encryption": [],
"force_destroy": false,
"id": "docguard-bucket-v1",
"labels": null,
"lifecycle_rule": [],
"location": "US-EAST4",
"logging": [],
"name": "docguard-bucket-v1",
"project": "sylvan-repeater-407810",
"project_number": 560732646547,
"public_access_prevention": "inherited",
"requester_pays": false,
"retention_policy": [],
"rpo": null,
"self_link": "https://www.googleapis.com/storage/v1/b/docguard-bucket-v1",
"soft_delete_policy": [
{
"effective_time": "2024-04-09T14:57:09.564Z",
"retention_duration_seconds": 604800
}
],
"storage_class": "STANDARD",
"terraform_labels": {},
"timeouts": null,
"uniform_bucket_level_access": false,
"url": "gs://docguard-bucket-v1",
"versioning": [],
"website": []
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsInJlYWQiOjI0MDAwMDAwMDAwMCwidXBkYXRlIjoyNDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ=="
}
]
}
],
"check_results": null
}