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

fix: permadiff issue when docker_repository field is not specified #17072

Commits on Jan 22, 2024

  1. fix: permadiff issue when docker_repository field is not specified (h…

    …ashicorp#9850)
    
    relates to GoogleCloudPlatform/cloud-foundation-fabric#1987
    When docker repository is not specified by default docker repository`projects/PROJECT_ID/locations/REGION/repositories/gcf-artifacts` is used.In such a case, terraform plan always generates a difference for `docker_repository`field as the module passes null value but the tfstate file has the above specifieddefault value. This fix allows one to prevent unnecessary infrastructure change.
    [upstream:3540e663502c1286967dd61650bb8ee7c2b35cf9]
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    51fc7c3 View commit details
    Browse the repository at this point in the history