Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigtable: fix failing test `TestAccBigtableTable_familyType #8582

Conversation

modular-magician
Copy link
Collaborator

Update regex to match the current error message

Fixes hashicorp/terraform-provider-google#20001

I decided to lose the leading / trailing .*, which I think is redundant. Looks like since it's re2, the literal . doesn't need to be escaped.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


Derived from GoogleCloudPlatform/magic-modules#12189

[upstream:c4be7b60215db9615d1fb2a43fff821821a74cb7]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit c6f241a into hashicorp:main Oct 31, 2024
2 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.

Failing test(s): TestAccBigtableTable_familyType
1 participant