entur / gha-terraform

Repository with reusable workflows for terraform lint, plan and apply
European Union Public License 1.2
0 stars 2 forks source link

chore(deps): bump entur/gha-meta from 1.1.5 to 1.1.6 in /.github/workflows #41

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps entur/gha-meta from 1.1.5 to 1.1.6.

Release notes

Sourced from entur/gha-meta's releases.

v1.1.6

1.1.6 (2024-05-27)

Bug Fixes

Changelog

Sourced from entur/gha-meta's changelog.

1.1.6 (2024-05-27)

Bug Fixes

1.1.5 (2024-05-24)

Bug Fixes

1.1.4 (2024-05-24)

Bug Fixes

1.1.3 (2024-05-24)

Bug Fixes

1.1.2 [REDACTED]

1.1.1 (2024-05-07)

Bug Fixes

  • k8s-auth: allow custom project and cluster (d0b2a83)
  • k8s-auth: allow custom project and cluster (#11) (2aa698d)

... (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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
github-actions[bot] commented 5 months ago

Terraform Plan DEV

Status: No Changes

The result of terraform plan in environment: DEV


No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
github-actions[bot] commented 5 months ago

Terraform Apply DEV

The result of terraform apply in environment: DEV

module.init.data.google_projects.network_projects: Reading...
module.init.data.google_projects.kubernetes_projects: Reading...
module.init.data.google_projects.app_projects: Reading...
module.init.data.google_projects.kubernetes_projects: Read complete after 0s [id=lifecycleState:ACTIVE labels.kubernetes:true labels.environment:dev]
module.init.data.google_projects.network_projects: Read complete after 0s [id=lifecycleState:ACTIVE labels.app_short:network labels.environment:dev]
module.init.data.google_compute_network.main_network_project_vpc: Reading...
module.init.data.google_projects.app_projects: Read complete after 0s [id=lifecycleState:ACTIVE labels.app_id:ghaci labels.environment:dev]
module.init.data.google_service_account.application_default: Reading...
module.init.data.google_service_account.application_default: Read complete after 1s [id=projects/ent-ghaci-dev/serviceAccounts/application@ent-ghaci-dev.iam.gserviceaccount.com]
module.init.data.google_compute_network.main_network_project_vpc: Read complete after 1s [id=projects/ent-networks-dev-001/global/networks/vpc-dev-001]

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
Releasing state lock. This may take a few moments...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
github-actions[bot] commented 5 months ago

Terraform Plan DEV

Status: Changes Detected 📖

The result of terraform plan in environment: DEV


Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # null_resource.dummy will be created
  + resource "null_resource" "dummy" {
      + id       = (known after apply)
      + triggers = {
          + "always_run" = (known after apply)
        }
    }

Plan: 1 to add, 0 to change, 0 to destroy.
dependabot[bot] commented 5 months ago

Superseded by #43.