terraform-provider-google icon indicating copy to clipboard operation
terraform-provider-google copied to clipboard

Adding support for global application in Apphub

Open eshagoel06 opened this issue 6 months ago • 2 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

Now Apphub supports global application. So we need to update the existing terraform resource to support that.

New or Affected Resource(s)

  • google_apphub_application

Potential Terraform Configuration

resource "google_apphub_application" "example" {
  location = "global"
  application_id = "global-application-example"
  scope {
    type = "GLOBAL"
  }
}

References

No response

b/362512612

eshagoel06 avatar Aug 26 '24 12:08 eshagoel06