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

**Release Note Template for Downstream PRs (will be copied)** ```release-note:REPLACEME ```

service/storage
disable-review-reminders

add logging.googleapis.com/LogBucket resource ```release-note:none ```

**Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource `google_service_networking_vpc_service_controls` ```

**Release Note Template for Downstream PRs (will be copied)** ```release-note:REPLACEME ```

service/dataproc

**Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement workbench: added `access_configs` to `google_workbench_instance` resource ```

service/notebooks

Added `cloud_run_revision` as monitored resource and also added the example as well. After applying, the uptime check results will show up on the Cloud Run detail page as below: ![Screenshot-2024-05-29...

service/monitoring-uptime

The revision is auto set from the api if not specified, leading to a permadrift if the revision is not supplied. Related to https://github.com/hashicorp/terraform-provider-google/issues/17218 **Release Note Template for Downstream PRs...

awaiting-approval

Fixes: https://github.com/hashicorp/terraform-provider-google/issues/17881 Second attempt, superseding: https://github.com/GoogleCloudPlatform/magic-modules/pull/10507 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: added fields `reserved_internal_range` and `secondary_ip_ranges[].reserved_internal_range` to `google_compute_subnetwork` resource ```

service/compute-vpc
disable-review-reminders

**Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```

service/apigee

I was looking at https://github.com/hashicorp/terraform-provider-google/issues/17838 and realised that changing the tests there are tough because there are lots of arguments passed into config and formatting of the config string is...

service/compute-instances