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

Specify docker_repository field for google_cloudfunctions2_function #1987

Merged
merged 3 commits into from
Jan 20, 2024

Commits on Jan 19, 2024

  1. fix: allow configuring docker_repository for cloud-function2

    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 specified
    default value. This fix allows one to prevent unnecessary infrastructure change when
    using the default repository as well as any user created repository.
    kumadee committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2087667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7defdb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    79e549a View commit details
    Browse the repository at this point in the history