-
Notifications
You must be signed in to change notification settings - Fork 0
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
terraform null resource #1
Conversation
👷 The following projects are impacted 🕚 terraform: pending... |
👷 The following projects are impacted 🕚 terraform: pending... |
👷 The following projects are impacted 🕚 terraform: pending... |
👷 The following projects are impacted 🕚 terraform: pending... |
👷 The following projects are impacted 🕚 terraform: pending... |
👷 Jobs status: ✅ terraform succeeded [Resources: 1 to create, 0 to update, 0 to delete] |
Digger run report at 2024-02-24 16:14:26 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
Digger run report at 2024-02-24 16:14:43 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
digger apply |
👷 Jobs status: ✅ terraform succeeded |
Digger run report at 2024-02-24 16:20:53 (UTC)Apply for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.null: Creating...
null_resource.null: Creation complete after 0s [id=2370897675136064021]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
👷 Jobs status: ✅ terraform succeeded [Resources: 1 to create, 0 to update, 0 to delete] |
Digger run report at 2024-02-24 16:25:34 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
Digger run report at 2024-02-24 16:25:53 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
👷 Jobs status: ✅ terraform succeeded [Resources: 1 to create, 0 to update, 0 to delete] |
Digger run report at 2024-02-24 16:35:51 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
Digger run report at 2024-02-24 16:36:30 (UTC)Plan for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (terraform)Terraform plan validation checks succeeded ✅ |
digger apply |
👷 Jobs status: ✅ terraform succeeded |
Digger run report at 2024-02-24 16:47:18 (UTC)Apply for systek/digger-terraform#terraformTerraform will perform the following actions:
# null_resource.null will be created
+ resource "null_resource" "null" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.null: Creating...
null_resource.null: Creation complete after 0s [id=7073368061060420055]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
👷 Jobs status: ✅ terraform succeeded |
No description provided.