megan07

Results 15 issues of megan07

It'd be nice to create `RoleAssignments` so we can add admin roles to service accounts as explained here: https://github.com/terraform-providers/terraform-provider-google/issues/6704#issuecomment-651285723 This would likely require a data source for `roles` as well....

enhancement

…serverExample Fixes https://github.com/hashicorp/terraform-provider-google/issues/11825 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...

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/10830 I'm not sure if this is a breaking change or not? It's only on create so shouldn't break current configs? But functionality will change. If this PR is...

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

### Use-cases Currently `ConflictsWith`, `ExactlyOneOf` or `AtLeastOneOf` are set at the attribute level, which means we can't set it on a list of if we have a list of objects,...

enhancement
subsystem/types
terraform-plugin-framework

### Module version ``` github.com/hashicorp/terraform-plugin-framework v0.6.1 ``` ### Relevant provider source code ```go "members": { Description: "The members of the group", Optional: true, Computed: true, Attributes: tfsdk.SetNestedAttributes(map[string]tfsdk.Attribute{ "email": { Description:...

bug
waiting-response

Make all the `google_project_service` resources `disable_on_destroy = true` in `gcp.tf` We should probably pin provider versions too.

tech-debt

Follows https://github.com/hashicorp/terraform-provider-googleworkspace/issues/94 I'd like to discuss writing a script to help users migrate from the GSuite community provider to the Google Workspace provider. For users who have many resources, bulk...

enhancement
2021/Q4

Support Google Sheets https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values

enhancement
triaged