hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.25k stars 1.7k forks source link

Failing test(s): TestAccComputeProjectCloudArmorTier_* #18659

Open SarahFrench opened 1 week ago

SarahFrench commented 1 week ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

------- Stdout: -------
=== RUN   TestAccComputeProjectCloudArmorTier_modify
=== PAUSE TestAccComputeProjectCloudArmorTier_modify
=== CONT  TestAccComputeProjectCloudArmorTier_modify
    vcr_utils.go:152: Step 1/6 error: Error running apply: exit status 1
        Error: Error waiting to create ProjectCloudArmorTier: Invalid value for field 'cloudArmorTier': 'CA_STANDARD'. Setting the managed protection tier for projects enrolled in Cloud Armor Enterprise Annual Subscription is currently not supported. Please use the cloud console instead.
          with google_compute_project_cloud_armor_tier.cloud_armor_tier_config,
          on terraform_plugin_test.tf line 2, in resource "google_compute_project_cloud_armor_tier" "cloud_armor_tier_config":
           2: resource "google_compute_project_cloud_armor_tier" "cloud_armor_tier_config" {
--- FAIL: TestAccComputeProjectCloudArmorTier_modify (3.77s)
FAIL

Nightly build test history

b/351842804

SarahFrench commented 1 week ago

Our nightly test project might need to be enrolled for this feature, judging from this comment on the PR