-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add support for InstanceSettings resource in GCE #15748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for InstanceSettings resource in GCE #15748
Comments
These settings are currently represented as separate resources/datasources in the provider:
Does this help with your use case? |
Added a PR. https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_project_metadata stores metadata on a global project resource. Here, we are requesting zonal version of the settings which are used by GCE Instance APIs. |
@arungantasala could you elaborate on which API specifically you want to call that is not currently supported? |
looks like this is for https://cloud.google.com/compute/docs/reference/rest/beta/instanceSettings which is a new resource 👍 |
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. |
Community Note
Description
Authoritatively manages metadata common to all instances in a specific zone in GCE.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: