-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
136 lines (136 loc) · 4.51 KB
/
terraform.tfstate.backup
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"version": 4,
"terraform_version": "1.5.7",
"serial": 19,
"lineage": "7651e8ef-7678-1196-8d45-3e0478c53fba",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "grafana_cloud_stack",
"name": "test",
"provider": "provider[\"registry.terraform.io/grafana/grafana\"].cloud",
"instances": [
{
"schema_version": 0,
"attributes": {
"alertmanager_name": "ascodetest-alerts",
"alertmanager_status": "active",
"alertmanager_url": "https://alertmanager-us-central1.grafana.net",
"alertmanager_user_id": 715654,
"description": "Test Grafana Cloud Stack",
"graphite_name": "ascodetest-graphite",
"graphite_status": "active",
"graphite_url": "https://graphite-prod-10-prod-us-central-0.grafana.net",
"graphite_user_id": 1435416,
"id": "861839",
"logs_name": "ascodetest-logs",
"logs_status": "active",
"logs_url": "https://logs-prod-017.grafana.net",
"logs_user_id": 816698,
"name": "ascodetest",
"org_id": 463513,
"org_name": "CX Playground",
"org_slug": "cxplayground",
"prometheus_name": "ascodetest-prom",
"prometheus_remote_endpoint": "https://prometheus-us-central1.grafana.net/api/prom",
"prometheus_remote_write_endpoint": "https://prometheus-us-central1.grafana.net/api/prom/push",
"prometheus_status": "active",
"prometheus_url": "https://prometheus-us-central1.grafana.net",
"prometheus_user_id": 1435415,
"region_slug": "us",
"slug": "ascodetest",
"status": "active",
"traces_name": "ascodetest-traces",
"traces_status": "active",
"traces_url": "https://tempo-us-central1.grafana.net",
"traces_user_id": 813937,
"url": "https://ascodetest.grafana.net",
"wait_for_readiness": true,
"wait_for_readiness_timeout": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "grafana_cloud_stack_service_account",
"name": "cloud_sa",
"provider": "provider[\"registry.terraform.io/grafana/grafana\"].cloud",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "4",
"is_disabled": false,
"name": "cloud service account",
"role": "Admin",
"stack_slug": "ascodetest"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"grafana_cloud_stack.test"
]
}
]
},
{
"mode": "managed",
"type": "grafana_cloud_stack_service_account_token",
"name": "cloud_sa",
"provider": "provider[\"registry.terraform.io/grafana/grafana\"].cloud",
"instances": [
{
"schema_version": 0,
"attributes": {
"expiration": null,
"has_expired": false,
"id": "4",
"key": "glsa_JPKgZRFy3BtdhsLUlTdCWFrY87oCzo3s_4c154b32",
"name": "my_stack cloud_sa key",
"seconds_to_live": null,
"service_account_id": "4",
"stack_slug": "ascodetest"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"grafana_cloud_stack.test",
"grafana_cloud_stack_service_account.cloud_sa"
]
}
]
},
{
"mode": "managed",
"type": "grafana_folder",
"name": "dashboard_folder",
"provider": "provider[\"registry.terraform.io/grafana/grafana\"].new_stack",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "0:12",
"org_id": "0",
"parent_folder_uid": "",
"prevent_destroy_if_not_empty": false,
"title": "Test Folder",
"uid": "addnwzhycw0sga",
"url": "https://ascodetest.grafana.net/dashboards/f/addnwzhycw0sga/test-folder"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"grafana_cloud_stack.test",
"grafana_cloud_stack_service_account.cloud_sa",
"grafana_cloud_stack_service_account_token.cloud_sa"
]
}
]
}
],
"check_results": null
}