Skip to content

Remove google provider#206

Merged
cmurphy merged 1 commit intosigstore:mainfrom
cmurphy:fix-providers
May 1, 2026
Merged

Remove google provider#206
cmurphy merged 1 commit intosigstore:mainfrom
cmurphy:fix-providers

Conversation

@cmurphy
Copy link
Copy Markdown
Contributor

@cmurphy cmurphy commented Apr 30, 2026

Declaring a provider in a child module is an anti-pattern in terraform[1]. The provider is declared in the root modules in the staging and production environments and the provider requirement is correctly defined in versions.tf.

[1] https://developer.hashicorp.com/terraform/language/block/provider#background

Summary

Release Note

Documentation

Declaring a provider in a child module is an anti-pattern in
terraform[1]. The provider is declared in the root modules in the
staging and production environments and the provider requirement is
correctly defined in versions.tf.

[1] https://developer.hashicorp.com/terraform/language/block/provider#background

Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
@cmurphy cmurphy requested a review from a team as a code owner April 30, 2026 20:15
@cmurphy
Copy link
Copy Markdown
Contributor Author

cmurphy commented Apr 30, 2026

Successful tf plan https://github.com/sigstore/public-good-instance/actions/runs/25187079263/job/73847107295?pr=3701

@cmurphy cmurphy merged commit 041e706 into sigstore:main May 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants