magic-modules icon indicating copy to clipboard operation
magic-modules copied to clipboard

Add Google Cloud Platform support to Terraform

Results 326 magic-modules issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/hashicorp/terraform-provider-google/issues/10547 If this PR is for Terraform, I acknowledge that I have: - [X] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or contributes...

terraform-5.0

closes https://github.com/hashicorp/terraform-provider-google/issues/11144 prevent resource `container_cluster` from attempting to cast nil to `map[string]interface{}` **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug container: prevent `google_container_cluster` from crashing if an empty...

* Change location to be accurate, DPMS doesn't support global location, remove default, this shouldn't be breaking because nobody should be successfully creating with a global region. * Add default_value...

ga and beta tests sometimes collide creating the same resource **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```

Fixes https://github.com/hashicorp/terraform-provider-google/issues/11148 ```release-note:enhancement Allow setting source_location in google_compute_image ```

If this PR is for Terraform, I acknowledge that I have: - [ ] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or contributes to,...

If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or contributes to, commented...

cla: yes

Fixes https://github.com/hashicorp/terraform-provider-google/issues/10830 I'm not sure if this is a breaking change or not? It's only on create so shouldn't break current configs? But functionality will change. If this PR is...

This MR is an upstream from https://github.com/hashicorp/terraform-provider-google/pull/10610. It implements (or move to) multiple GA field parts of the `cluster_autoscaling` from the `google_container_cluster` resource. Do note that some behaviours still need...

cla: yes

WIP PR, need support to fix issue [7270](https://github.com/hashicorp/terraform-provider-google/issues/7270). I need support to implement the 'use_explicit_dry_run_spec' logic needed here. I will add tests and check them one I implemented the full...