-
Notifications
You must be signed in to change notification settings - Fork 3
Update main.tf #11
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
Update main.tf #11
Conversation
|
digger apply |
digger apply |
digger apply |
👷 Digger starting.... |
apply for dev 2025-09-08 23:03:12 (BST)Apply outputTerraform will perform the following actions:
# null_resource.test4 will be created
+ resource "null_resource" "test4" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.test4: Creating...
null_resource.test4: Creation complete after 0s [id=7469495118396360500]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
plan for dev 2025-09-08 23:05:25 (BST)Plan outputTerraform will perform the following actions:
# null_resource.test4 will be created
+ resource "null_resource" "test4" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (dev)Terraform plan validation checks succeeded ✅Plan summary
Instructionsdigger apply -p dev ⏩ To apply all changes in this PR: digger apply 🚮 To unlock all projects in this PR: digger unlock |
apply for dev 2025-09-08 23:08:01 (BST)Apply outputTerraform will perform the following actions:
# null_resource.test4 will be created
+ resource "null_resource" "test4" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.test4: Creating...
null_resource.test4: Creation complete after 1s [id=8181544275798075928]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
digger apply |
Digger configured to disable apply comment in PRs, ignoring comment |
digger plan |
plan for dev 2025-09-08 23:12:49 (BST)Plan outputTerraform will perform the following actions:
# null_resource.test4 will be created
+ resource "null_resource" "test4" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────── Terraform plan validation check (dev)Terraform plan validation checks succeeded ✅Plan summary
Instructionsdigger apply -p dev ⏩ To apply all changes in this PR: digger apply 🚮 To unlock all projects in this PR: digger unlock |
✅ Command unlock completed successfully |
No description provided.