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

Unmark as beta, skip test as privateca does not have beta endpoints #5247

Merged
merged 1 commit into from
Sep 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mmv1/products/privateca/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ overrides: !ruby/object:Overrides::ResourceOverrides
pool_name: 'BootstrapSharedCaPoolInLocation(t, "us-central1")'
pool_location: "\"us-central1\""
- !ruby/object:Provider::Terraform::Examples
# Skip test because it depends on a beta resource, but PrivateCA does
# not have a beta endpoint
skip_test: true
name: "privateca_certificate_authority_byo_key"
primary_resource_id: "default"
min_version: beta
# Multiple IAM bindings on the same key cause non-determinism
skip_vcr: true
vars:
Expand Down