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

Following the Terraform documentation I think the sp_certificates documentation is wrong. It currently indicates the sp_certificate is used for verifying the signature of the IDP SAML response, Instead the sp_certificate...

fixes https://github.com/hashicorp/terraform-provider-google/issues/3382 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...

We currently have an util to retry something with a timeout: retryTimeDuration(). This PR adds retryWithPolling() to allow retrying with a timeout and a polling interval. If this PR is...

Part of https://github.com/hashicorp/terraform-provider-google/issues/9298 Part of https://github.com/hashicorp/terraform-provider-google/issues/12307 Add `vertex_ai_featurestore_entitytype_feature` to enable the google-beta provider to define a feature in Vertex AI FeatureStore. https://github.com/GoogleCloudPlatform/magic-modules/pull/6565 is a PR to promote the other featurestore...

Add the `google_vertex_ai_endpoint` resource. part of https://github.com/hashicorp/terraform-provider-google/issues/9298 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...

Part of https://github.com/hashicorp/terraform-provider-google/issues/12532. Adds `startup_probe` field to `google_cloud_run_service` resource for google beta provider. If this PR is for Terraform, I acknowledge that I have: - [X] Searched through the [issue...

Mark legacy GC policy fields deprecated: 'mode', 'max_age' and 'max_version'. They will be eventually removed. Instruct users to use 'gc_rules' instead. Update examples to use 'gc_rules' instead of the legacy...

This PR adds the additional properties `purpose` and `purposeData` to the `google_tags_tag_key` resource. These additional properties enable the ability to deploy Secure Tags, which can then be used by Firewall...

I have made changes to the magic-modules repo to support a new resource the Eventarc team has created, called GoogleChannelConfig. It is a regional singleton resource that enables customers to...

Created Datasource file and corresponding Test as well as Web documentation for google_cloudfunctions2_function. If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue...