174 lines
6.9 KiB
JSON
174 lines
6.9 KiB
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.10.1",
|
|
"serial": 128,
|
|
"lineage": "194bce2d-dbb2-c3cb-cd7e-0d710d2bc96a",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"module": "module.network",
|
|
"mode": "managed",
|
|
"type": "google_compute_network",
|
|
"name": "my_new_vpc",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"auto_create_subnetworks": false,
|
|
"delete_default_routes_on_create": false,
|
|
"description": "",
|
|
"enable_ula_internal_ipv6": false,
|
|
"gateway_ipv4": "",
|
|
"id": "projects/projet-iut-442314/global/networks/my-new-vpc",
|
|
"internal_ipv6_range": "",
|
|
"mtu": 0,
|
|
"name": "my-new-vpc",
|
|
"network_firewall_policy_enforcement_order": "AFTER_CLASSIC_FIREWALL",
|
|
"numeric_id": "8573245945641084875",
|
|
"project": "projet-iut-442314",
|
|
"routing_mode": "REGIONAL",
|
|
"self_link": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/global/networks/my-new-vpc",
|
|
"timeouts": null
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"module": "module.network",
|
|
"mode": "managed",
|
|
"type": "google_compute_subnetwork",
|
|
"name": "backend",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"creation_timestamp": "2024-12-06T07:33:14.784-08:00",
|
|
"description": "",
|
|
"external_ipv6_prefix": "",
|
|
"fingerprint": null,
|
|
"gateway_address": "10.0.2.1",
|
|
"id": "projects/projet-iut-442314/regions/europe-west1/subnetworks/backend",
|
|
"internal_ipv6_prefix": "",
|
|
"ip_cidr_range": "10.0.2.0/24",
|
|
"ipv6_access_type": "",
|
|
"ipv6_cidr_range": "",
|
|
"log_config": [],
|
|
"name": "backend",
|
|
"network": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/global/networks/my-new-vpc",
|
|
"private_ip_google_access": false,
|
|
"private_ipv6_google_access": "DISABLE_GOOGLE_ACCESS",
|
|
"project": "projet-iut-442314",
|
|
"purpose": "PRIVATE",
|
|
"region": "europe-west1",
|
|
"reserved_internal_range": "",
|
|
"role": "",
|
|
"secondary_ip_range": [],
|
|
"self_link": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/regions/europe-west1/subnetworks/backend",
|
|
"send_secondary_ip_range_if_empty": null,
|
|
"stack_type": "IPV4_ONLY",
|
|
"timeouts": null
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19",
|
|
"dependencies": [
|
|
"module.network.google_compute_network.my_new_vpc"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"module": "module.network",
|
|
"mode": "managed",
|
|
"type": "google_compute_subnetwork",
|
|
"name": "database",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"creation_timestamp": "2024-12-06T07:33:14.816-08:00",
|
|
"description": "",
|
|
"external_ipv6_prefix": "",
|
|
"fingerprint": null,
|
|
"gateway_address": "10.0.3.1",
|
|
"id": "projects/projet-iut-442314/regions/europe-west1/subnetworks/database",
|
|
"internal_ipv6_prefix": "",
|
|
"ip_cidr_range": "10.0.3.0/24",
|
|
"ipv6_access_type": "",
|
|
"ipv6_cidr_range": "",
|
|
"log_config": [],
|
|
"name": "database",
|
|
"network": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/global/networks/my-new-vpc",
|
|
"private_ip_google_access": false,
|
|
"private_ipv6_google_access": "DISABLE_GOOGLE_ACCESS",
|
|
"project": "projet-iut-442314",
|
|
"purpose": "PRIVATE",
|
|
"region": "europe-west1",
|
|
"reserved_internal_range": "",
|
|
"role": "",
|
|
"secondary_ip_range": [],
|
|
"self_link": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/regions/europe-west1/subnetworks/database",
|
|
"send_secondary_ip_range_if_empty": null,
|
|
"stack_type": "IPV4_ONLY",
|
|
"timeouts": null
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19",
|
|
"dependencies": [
|
|
"module.network.google_compute_network.my_new_vpc"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"module": "module.network",
|
|
"mode": "managed",
|
|
"type": "google_compute_subnetwork",
|
|
"name": "frontend",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"creation_timestamp": "2024-12-06T07:33:14.877-08:00",
|
|
"description": "",
|
|
"external_ipv6_prefix": "",
|
|
"fingerprint": null,
|
|
"gateway_address": "10.0.1.1",
|
|
"id": "projects/projet-iut-442314/regions/europe-west1/subnetworks/frontend",
|
|
"internal_ipv6_prefix": "",
|
|
"ip_cidr_range": "10.0.1.0/24",
|
|
"ipv6_access_type": "",
|
|
"ipv6_cidr_range": "",
|
|
"log_config": [],
|
|
"name": "frontend",
|
|
"network": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/global/networks/my-new-vpc",
|
|
"private_ip_google_access": false,
|
|
"private_ipv6_google_access": "DISABLE_GOOGLE_ACCESS",
|
|
"project": "projet-iut-442314",
|
|
"purpose": "PRIVATE",
|
|
"region": "europe-west1",
|
|
"reserved_internal_range": "",
|
|
"role": "",
|
|
"secondary_ip_range": [],
|
|
"self_link": "https://www.googleapis.com/compute/v1/projects/projet-iut-442314/regions/europe-west1/subnetworks/frontend",
|
|
"send_secondary_ip_range_if_empty": null,
|
|
"stack_type": "IPV4_ONLY",
|
|
"timeouts": null
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19",
|
|
"dependencies": [
|
|
"module.network.google_compute_network.my_new_vpc"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": null
|
|
}
|