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

Add Google Cloud Platform support to Terraform

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

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

Fixes breakage in serialization.go preventing upgrade-dcl && make serialize from running. Should be no real downstream changes If this PR is for Terraform, I acknowledge that I have: - [...

Fixes: https://github.com/hashicorp/terraform-provider-google/issues/10983 I've added a new attr to the resource class, so we can differentiate between resources that just use an id (because the API does not output name) and...

Hopefully no changes due to this 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...

Fixes https://github.com/hashicorp/terraform-provider-google/issues/9976 Fixes https://github.com/hashicorp/terraform-provider-google/issues/7242 as well, I think I chose this approach because that second issue seemed to show there were more fields than just the one showing up in...

Update tests to use id not self_link for vpc access connector If this PR is for Terraform, I acknowledge that I have: - [ ] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues)...

This PR fixes hashicorp/terraform-provider-google#10083 by adding a Properties field to ApigeeOrganization. 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...

Fixes: https://github.com/hashicorp/terraform-provider-google/issues/10745 Validation doesn't seem needed as they have default values. One field in this object is already required, so no empty object is possible If this PR is for...

Add a new argument that can be used to upload binary data to a GCS blob. It can be used in conjunction with filebase64() or any other base64 property. If...

cla: yes

Moved compute service attachment back to DCL implementation, fixing issues outlined in https://github.com/GoogleCloudPlatform/magic-modules/pull/5442 If this PR is for Terraform, I acknowledge that I have: - [ ] Searched through the...

cla: yes