Skip to content

Bump dflook/terraform-plan from 1.48.0 to 2.2.3#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dflook/terraform-plan-2.2.3
Open

Bump dflook/terraform-plan from 1.48.0 to 2.2.3#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dflook/terraform-plan-2.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps dflook/terraform-plan from 1.48.0 to 2.2.3.

Release notes

Sourced from dflook/terraform-plan's releases.

v2.2.3

This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.

You can see the changes for this release in the CHANGELOG

You can specify the action version as:

  • @v2.2.3 to use exactly this release
  • @v2.2 to use the latest patch release for the specific minor version
  • @v2 to use the latest patch release for the specific major version

v2.2.2

This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.

You can see the changes for this release in the CHANGELOG

You can specify the action version as:

  • @v2.2.2 to use exactly this release
  • @v2.2 to use the latest patch release for the specific minor version
  • @v2 to use the latest patch release for the specific major version

v2.2.1

This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.

You can see the changes for this release in the CHANGELOG

You can specify the action version as:

  • @v2.2.1 to use exactly this release
  • @v2.2 to use the latest patch release for the specific minor version
  • @v2 to use the latest patch release for the specific major version

v2.2.0

This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.

You can see the changes for this release in the CHANGELOG

You can specify the action version as:

  • @v2.2.0 to use exactly this release
  • @v2.2 to use the latest patch release for the specific minor version
  • @v2 to use the latest patch release for the specific major version

v2.1.0

This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.

You can see the changes for this release in the CHANGELOG

You can specify the action version as:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dflook/terraform-plan](https://github.com/dflook/terraform-plan) from 1.48.0 to 2.2.3.
- [Release notes](https://github.com/dflook/terraform-plan/releases)
- [Commits](dflook/terraform-plan@2c1e6cc...7878bff)

---
updated-dependencies:
- dependency-name: dflook/terraform-plan
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026
@github-actions

Copy link
Copy Markdown

Terraform plan in .

Plan: 1 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
!~  update in-place

Terraform will perform the following actions:

  # module.functions.module.cloud_function_gen2["example-gen2-cron"].google_cloudfunctions2_function.function will be updated in-place
!~  resource "google_cloudfunctions2_function" "function" {
        id               = "projects/jeffreyhung-test/locations/us-west1/functions/example-gen2-cron"
        name             = "example-gen2-cron"
#        (11 unchanged attributes hidden)

!~      build_config {
#            (7 unchanged attributes hidden)

!~          source {
!~              storage_source {
!~                  object     = "src-90ebbf1bfdc8d1b0c1deff70132cdc47.zip" -> "src-03bdfabf8c7adb2ef887fe89f69a0dbe.zip"
#                    (2 unchanged attributes hidden)
                }
            }
        }

#        (1 unchanged block hidden)
    }

  # module.functions.module.cloud_function_gen2["example-gen2-cron"].google_storage_bucket_object.zip will be created
+   resource "google_storage_bucket_object" "zip" {
+       bucket         = "jeffreyhung-test-cloud-function-staging"
+       content        = (sensitive value)
+       content_type   = "application/zip"
+       crc32c         = (known after apply)
+       detect_md5hash = "different hash"
+       generation     = (known after apply)
+       id             = (known after apply)
+       kms_key_name   = (known after apply)
+       md5hash        = (known after apply)
+       media_link     = (known after apply)
+       metadata       = {
+           "owner"       = "team-security"
+           "terraformed" = "true"
        }
+       name           = "src-03bdfabf8c7adb2ef887fe89f69a0dbe.zip"
+       output_name    = (known after apply)
+       self_link      = (known after apply)
+       source         = "/tmp/example-gen2-cron.zip"
+       storage_class  = (known after apply)
    }

Plan: 1 to add, 1 to change, 0 to destroy.

📝 Plan generated in Terraform Plan #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants