Closed dependabot[bot] closed 5 months ago
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.
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.
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.
Superseded by #43.
Bumps entur/gha-meta from 1.1.5 to 1.1.6.
Release notes
Sourced from entur/gha-meta's releases.
Changelog
Sourced from entur/gha-meta's changelog.
... (truncated)
Commits
509cb0f
chore(main): release 1.1.6 (#31)43ae1a5
chore(main): release 1.1.63f8293c
fix: permissions (#30)ff4b793
fix: permissionsDependabot 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