-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterraform.tfstate
81 lines (81 loc) · 2.2 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
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
{
"version": 4,
"terraform_version": "0.13.2",
"serial": 26,
"lineage": "e99c647b-d220-481e-a74b-25a73b2c514f",
"outputs": {
"Scripted_Monitor_ID": {
"value": "e99c647b-d220-481e-a74b-25a73b2c514f",
"type": "string"
}
},
"resources": [
{
"mode": "data",
"type": "template_file",
"name": "BrowserScript",
"provider": "provider[\"registry.terraform.io/hashicorp/template\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"filename": null,
"id": "83ef9fb07fabbda6694f0e59f6a264926d6ce11d319ed64288ef5724d5567fd9",
"rendered": "",
"template": "",
"vars": null
}
}
]
},
{
"mode": "managed",
"type": "newrelic_synthetics_monitor",
"name": "tf_scripted",
"provider": "provider[\"registry.terraform.io/newrelic/newrelic\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"bypass_head_request": false,
"frequency": 1,
"id": "e99c647b-d220-481e-a74b-25a73b2c514f",
"locations": [
"AWS_EU_WEST_1"
],
"name": "Ryan's scripted monitor - Terraform & GH Actions",
"sla_threshold": 7,
"status": "ENABLED",
"treat_redirect_as_failure": false,
"type": "SCRIPT_BROWSER",
"uri": "",
"validation_string": "",
"verify_ssl": false
},
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "newrelic_synthetics_monitor_script",
"name": "BrowserScript",
"provider": "provider[\"registry.terraform.io/newrelic/newrelic\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "e99c647b-d220-481e-a74b-25a73b2c514f",
"monitor_id": "e99c647b-d220-481e-a74b-25a73b2c514f",
"text": ""
},
"private": "bnVsbA==",
"dependencies": [
"data.template_file.BrowserScript",
"newrelic_synthetics_monitor.tf_scripted"
]
}
]
}
]
}