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

Add Google Cloud Platform support to Terraform

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

Changes to the custom_time_before and noncurrent_time_before fields within a google_storage_bucket lifecycle_rule will now be detected and applied. Fixes https://github.com/hashicorp/terraform-provider-google/issues/12544 If this PR is for Terraform, I acknowledge that I have:...

NOTE: This is a draft only intended to share progress so far. This feature is still being discussed internally to determine the best path forward in terms of implementation and...

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,...

Suppress automatically added Dataplex Labels, when running tf plan. Dataplex Labels added by the system led to an inconsistent tf state. Closes [#12449](https://github.com/hashicorp/terraform-provider-google/issues/12449) If this PR is for Terraform, I...

Currently when GCPolicy remote resource is updated not on TF (Pantheon, gcloud CLI, etc.), the `gc_rules` string are not updated on read. This PR is fixing that issue. If this...

It fixes a typo in description of `google_compute_instance_group_named_port` 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...

This fixes b/240423398 Some default values may not return correctly for older resources and this fix should potentially resolve such issue. If this PR is for Terraform, I acknowledge that...

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,...

fixes https://github.com/hashicorp/terraform-provider-google/issues/11535 The API can return an empty string for role ARN when not specified. Unable to replicate, but setting to `computed` should resolve **Release Note Template for Downstream PRs...

# Description Partially fixes https://github.com/hashicorp/terraform-provider-google/issues/8701 This PR changes how the `google_iam_policy` data source stores the user-entered data in its computed `policy_data` attribute. It is addressing the first issue I describe...