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.33k stars 1.73k forks source link

Failing test(s): TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig #16814

Closed shuyama1 closed 6 months ago

shuyama1 commented 10 months ago

Failure rates

Impacted tests

Affected Resource(s)

Nightly build test history

Message(s)

vcr_utils.go:152: Step 3/4 error: After applying this test step, the plan was not empty.
        stdout:
        Terraform used the selected providers to generate the following execution
        plan. Resource actions are indicated with the following symbols:
          ~ update in-place
        Terraform will perform the following actions:
          # google_container_cluster.primary will be updated in-place
          ~ resource "google_container_cluster" "primary" {
               ...
              ~ monitoring_config {
                    # (1 unchanged attribute hidden)
                  ~ advanced_datapath_observability_config {
                      + relay_mode     = "DISABLED"
                        # (1 unchanged attribute hidden)
                    }
                    # (1 unchanged block hidden)
                }
                # (19 unchanged blocks hidden)
            }
        Plan: 0 to add, 1 to change, 0 to destroy.

b/317042677

siwiutki commented 8 months ago

This should be resolved by https://github.com/GoogleCloudPlatform/magic-modules/pull/9633 when it's merged.

siwiutki commented 8 months ago

https://github.com/GoogleCloudPlatform/magic-modules/pull/9633 was merged, so this issue should be resolved.

shuyama1 commented 6 months ago

closed in https://github.com/GoogleCloudPlatform/magic-modules/pull/9633

github-actions[bot] commented 5 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.