forked from microsoft/terraform-provider-azuredevops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfstate.backup
103 lines (103 loc) · 3.29 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
{
"version": 4,
"terraform_version": "0.13.3",
"serial": 93,
"lineage": "45616a15-bfba-4d35-14e9-ab4971f7e55c",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "azuredevops_check_invokerestapi",
"name": "invoke_rest1",
"provider": "provider[\"babylonhealth.com/babylonhealth/azuredevops\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"body": "[]",
"display_name": "cli1",
"headers": {
"AuthToken": "$(system.AccessToken)",
"Content-Type": "application/json",
"HubName": "$(system.HostType)",
"JobId": "$(system.JobId)",
"PlanId": "$(system.PlanId)",
"PlanUrl": "$(system.CollectionUri)",
"ProjectId": "$(system.TeamProjectId)",
"TaskInstanceId": "$(system.TaskInstanceId)",
"TimelineId": "$(system.TimelineId)",
"cat": "dog",
"k": "v"
},
"id": "67",
"linked_variable_group": "",
"method": "POST",
"project_id": "4f7f5d92-0e11-4311-ac85-9972864acbc2",
"resource_id": "02c325bc-f8ec-47cd-a466-374b2f8cd835",
"retry_interval": 5,
"service_connection_id": null,
"success_criteria": "[]",
"timeout": 43200,
"url_suffix": "/batman2",
"use_callback": false
},
"private": "bnVsbA==",
"dependencies": [
"azuredevops_project.project",
"azuredevops_serviceendpoint_genericwebhook.endpoint_webhook"
]
}
]
},
{
"mode": "managed",
"type": "azuredevops_project",
"name": "project",
"provider": "provider[\"babylonhealth.com/babylonhealth/azuredevops\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"description": "",
"features": {},
"id": "4f7f5d92-0e11-4311-ac85-9972864acbc2",
"process_template_id": "adcc42ab-9882-485e-a3ed-7678f01f66bc",
"project_name": "nitesh-custom",
"version_control": "Git",
"visibility": "private",
"work_item_template": "Agile"
},
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "azuredevops_serviceendpoint_genericwebhook",
"name": "endpoint_webhook",
"provider": "provider[\"babylonhealth.com/babylonhealth/azuredevops\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"authorization": {
"scheme": "UsernamePassword"
},
"description": "dev-platform service connection to webhook",
"id": "02c325bc-f8ec-47cd-a466-374b2f8cd835",
"password": "",
"password_hash": "$2a$04$QqBQbXlW1wfLYSWIFmOn3Oi54dWJoBsvpL9MR8dyo14xJHEU2gizC",
"project_id": "4f7f5d92-0e11-4311-ac85-9972864acbc2",
"service_endpoint_name": "webhook2",
"url": "https://http.cat",
"username": "cat"
},
"private": "bnVsbA==",
"dependencies": [
"azuredevops_project.project"
]
}
]
}
]
}