Files
hunfabric/tests/modules/apigee/endpoint_attachment_only.tfvars
2023-04-21 17:51:19 +02:00

8 lines
202 B
HCL

project_id = "my-project"
endpoint_attachments = {
endpoint-backend-1 = {
region = "europe-west1"
service_attachment = "projects/my-project-1/serviceAttachments/gkebackend1"
}
}