-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.tfmap.json
More file actions
86 lines (86 loc) · 2.68 KB
/
default.tfmap.json
File metadata and controls
86 lines (86 loc) · 2.68 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
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
[
{
"addr": "google_service_account.deployer",
"id": "projects/{project_id}/serviceAccounts/terraform-deployer@{project_id}.iam.gserviceaccount.com"
},
{
"addr": "google_iam_deny_policy.protect_deletes[0]",
"id": "cloudresourcemanager.googleapis.com%2Fprojects%2F{project_id}/protect-deletes"
},
{
"addr": "google_apigee_instance.apigee_instance[0]",
"id": "organizations/{project_id}/instances/{instance_loc}"
},
{
"addr": "google_apigee_organization.apigee_org[0]",
"id": "organizations/{project_id}"
},
{
"addr": "google_compute_network.apigee_network",
"id": "projects/{project_id}/global/networks/apigee-network"
},
{
"addr": "google_project_service.apigee",
"id": "{project_id}/apigee.googleapis.com"
},
{
"addr": "google_project_service.compute",
"id": "{project_id}/compute.googleapis.com"
},
{
"addr": "google_project_service.servicenetworking",
"id": "{project_id}/servicenetworking.googleapis.com"
},
{
"addr": "google_project_service.cloudkms",
"id": "{project_id}/cloudkms.googleapis.com"
},
{
"addr": "google_project_service.dns",
"id": "{project_id}/dns.googleapis.com"
},
{
"addr": "google_project_service.iam",
"id": "{project_id}/iam.googleapis.com"
},
{
"addr": "google_project_service.serviceusage",
"id": "{project_id}/serviceusage.googleapis.com"
},
{
"addr": "google_project_service.crm",
"id": "{project_id}/cloudresourcemanager.googleapis.com"
},
{
"addr": "google_project_service.secretmanager",
"id": "{project_id}/secretmanager.googleapis.com"
},
{
"addr": "google_apigee_environment.apigee_env[\"dev\"]",
"id": "organizations/{project_id}/environments/dev"
},
{
"addr": "google_apigee_envgroup.envgroup[\"eval-group\"]",
"id": "organizations/{project_id}/envgroups/eval-group"
},
{
"addr": "module.ingress_lb[0].google_compute_global_address.lb_ip",
"id": "projects/{project_id}/global/addresses/apigee-ingress-ip"
},
{
"addr": "module.ingress_lb[0].google_compute_health_check.lb_health_check",
"id": "projects/{project_id}/global/healthChecks/apigee-ingress-health-check"
},
{
"addr": "module.ingress_lb[0].google_compute_region_network_endpoint_group.psc_neg",
"id": "projects/{project_id}/regions/{instance_loc}/networkEndpointGroups/apigee-ingress-psc-neg"
},
{
"addr": "module.ingress_lb[0].google_compute_backend_service.lb_backend",
"id": "projects/{project_id}/global/backendServices/apigee-ingress-backend"
},
{
"addr": "module.ingress_lb[0].google_compute_url_map.lb_url_map",
"id": "projects/{project_id}/global/urlMaps/apigee-ingress-url-map"
}
]