hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.32k stars 1.72k forks source link

Create a new resource EndpointAttachment in Apigee #11118

Closed xuchenma closed 2 years ago

xuchenma commented 2 years ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_apigee_endpoint_attachment" "apigee_endpoint_attachment" {
  org_id                 = google_apigee_organization.apigee_org.id
  endpoint_attachment_id = "test1"
  location               = "us-west2"
  service_attachment     = google_compute_service_attachment.psc_ilb_service_attachment.id
}

References

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.