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

Failing test(s): TestAccIdentityPlatformConfig_identityPlatformConfigMinimalExample #18085

Comments

@melinath
Copy link
Collaborator

melinath commented May 10, 2024

Impacted tests

  • TestAccIdentityPlatformConfig_identityPlatformConfigMinimalExample

Affected Resource(s)

  • google_identity_platform_config

Failure rates

  • 100% since 2024-05-01

Message(s)

 vcr_utils.go:152: Step 1/2 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_identity_platform_config.default will be updated in-place
          ~ resource "google_identity_platform_config" "default" {
                id                         = "projects/tf-test-my-project-148clqtczv7/config"
                name                       = "projects/555419539445/config"
                # (3 unchanged attributes hidden)
              - sms_region_config {
                }
                # (5 unchanged blocks hidden)
            }
        Plan: 0 to add, 1 to change, 0 to destroy.

This looks like a permadiff caused by sms_region_config being returned by the API but not present in the config.

Nightly build test history

b/339845583

@github-actions github-actions bot added forward/review In review; remove label to forward service/identitytoolkit labels May 10, 2024
@melinath melinath removed the forward/review In review; remove label to forward label May 10, 2024
@rileykarson rileykarson added this to the Goals milestone May 28, 2024
rainshen49 added a commit to rainshen49/magic-modules that referenced this issue Jun 24, 2024
modular-magician added a commit to modular-magician/terraform-provider-google-beta that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit to modular-magician/terraform-provider-google that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit to hashicorp/terraform-provider-google-beta that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit to modular-magician/terraform-google-conversion that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit to GoogleCloudPlatform/terraform-google-conversion that referenced this issue Jun 24, 2024
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5]

Signed-off-by: Modular Magician <magic-modules@google.com>
BBBmau pushed a commit to BBBmau/magic-modules that referenced this issue Jun 24, 2024
pcostell pushed a commit to pcostell/magic-modules that referenced this issue Jul 16, 2024
vijaykanthm pushed a commit to vijaykanthm/magic-modules that referenced this issue Jul 22, 2024
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 26, 2024
Charlesleonius pushed a commit to Charlesleonius/magic-modules that referenced this issue Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.