Cameron Thornton
Cameron Thornton
not sure what is going on with the `deletion_time` field, as that is an output only field, and was unable to replicate. Have a PR that should resolve the `role_arn`...
@psvaiter I see. I believe the API does not return values for `aws_access_key` (likely because they are sensitive), and the provider should be updated to ignore that fact. I am...
closed with https://github.com/GoogleCloudPlatform/magic-modules/pull/8914
API request looks correct. The error given is by the API, so something must be wrong in the backend. Forwarding to the service team.
Hi @tonyzhc Tomorrow, the Magic Modules repository is scheduled to undergo a language migration from Ruby to Go. You can view more details about this in our announcement here: https://github.com/hashicorp/terraform-provider-google/issues/19583...
Hi @tonyzhc Tomorrow, the Magic Modules repository is scheduled to undergo a language migration from Ruby to Go. You can view more details about this in our announcement here: https://github.com/hashicorp/terraform-provider-google/issues/19583...
> LGTM. > > @c2thorn , does merging this PR need to wait for the [changes](https://github.com/GoogleCloudPlatform/magic-modules/pull/11254) in the main branch merged to 6.0 feature branch first? Thanks. ideally, yes as...
Looked into [hashicorp/go-changelog](https://github.com/hashicorp/go-changelog), and what it would take to switch over. This is immediately blocked by https://github.com/hashicorp/terraform-provider-google/issues/18095 `go-changelog` reads the [changelog entry files](https://github.com/hashicorp/go-changelog/blob/main/entry.go#L160) instead of parsing the PR's themselves like...
Side note: we have a copy of `go-changelog` in MM: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/tools/go-changelog We use it for checking the release notes of PR's in a GHA