Closed alovh closed 4 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.app_projects: Reading...
module.init.data.google_projects.kubernetes_projects: Reading...
module.init.data.google_projects.network_projects: Reading...
module.init.data.google_projects.app_projects: Read complete after 1s [id=lifecycleState:ACTIVE labels.app_id:ghaci labels.environment:dev]
module.init.data.google_service_account.application_default: Reading...
module.init.data.google_projects.kubernetes_projects: Read complete after 1s [id=lifecycleState:ACTIVE labels.kubernetes:true labels.environment:dev]
module.init.data.google_projects.network_projects: Read complete after 1s [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_service_account.application_default: Read complete after 0s [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 0s [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.
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 planned the following actions, but then encountered a problem:
# 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.
Release-As: 1.0.5