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

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies
go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.57.1 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies
awaiting-approval
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies
go

This PR adds the `advanced_machine_features.enable_nested_virtualization` field in `node_config`. It enables the user to use terraform to config [nested VMs with GKE clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/nested-virtualization). I acknowledge that I have: * [x] Searched...

service/container

This PR change the fields _gatewaySecurityPolicy_ and _certificateUrls_ on **Secure Web Proxy** (`google_network_services_gateway`) resource so both can be updatable. Fixes: https://github.com/hashicorp/terraform-provider-google/issues/14600 - It was needed a new _pre-update_ code to...

awaiting-approval

…sitories Fixes https://github.com/hashicorp/terraform-provider-google/issues/17935 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement clouddeploy: added `google_cloud_build_repo` to `custom_target_type` resource ```

service/clouddeploy

Added SOA to the google_dns_record_set types that are faux-deleted. When trying to delete record-sets that are managed by terraform, some types can't actually be deleted by DNS and API restrictions....

# Description Linked to https://github.com/hashicorp/terraform-provider-google/issues/9353 **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug Fix(types for idempotence): transform advertised_routes to Set instead of List to keep idempotence on each...

adding new tests for compute.googleapis.com/UrlMap ```release-note:none compute: added tests field to `compute.googleapis.com/UrlMap` resource ```

awaiting-approval

Adds support for 'preconfiguredWafConfig' and 'rateLimitOptions' fields to 'google_compute_region_security_policy_rule' Fixes: https://github.com/hashicorp/terraform-provider-google/issues/17442 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: Added 'preconfiguredWafConfig' field to 'google_compute_region_security_policy_rule' resource; ``` ```release-note:enhancement...

awaiting-approval
service/compute-security-policy