You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi - The google_container_aws_cluster resource in the Google Provider doesn't have a corresponding data resource that allows you to query the resource for information. This presents a problem as I need to dynamically get cluster attributes such as the cluster_ca_certificate. The same resource to create a container cluster on GCP, instead of AWS, (google_container_cluster) has a corresponding data resource which lets you pull the master_auth.0.cluster_ca_certificate attribute for this information.
I've also verified that the information is available via the Google API so this appears to just be a limitation with this resource in the google provider.
Community Note
Description
Hi - The google_container_aws_cluster resource in the Google Provider doesn't have a corresponding data resource that allows you to query the resource for information. This presents a problem as I need to dynamically get cluster attributes such as the cluster_ca_certificate. The same resource to create a container cluster on GCP, instead of AWS, (google_container_cluster) has a corresponding data resource which lets you pull the master_auth.0.cluster_ca_certificate attribute for this information.
I've also verified that the information is available via the Google API so this appears to just be a limitation with this resource in the google provider.
New or Affected Resource(s)
Potential Terraform Configuration
References
No response
b/389666810
The text was updated successfully, but these errors were encountered: