-
Notifications
You must be signed in to change notification settings - Fork 10
second commit #115
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
second commit #115
Conversation
|
❌ Failed perform lock action on project: dev failed to lock project: Project diggerhq/demo-opentofu#dev locked by another PR #114(failed to acquire lock dev). The locking plan must be applied or discarded before future plans can execute |
❌ Failed perform lock action on project: dev failed to lock project: Project diggerhq/demo-opentofu#dev locked by another PR #114(failed to acquire lock dev). The locking plan must be applied or discarded before future plans can execute |
plan for dev 2025-08-19 18:08:56 (UTC)Plan outputTerraform will perform the following actions:
# null_resource.test3 will be created
+ resource "null_resource" "test3" {
+ 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
|
❌ Failed perform lock action on project: dev failed to lock project: Project diggerhq/demo-opentofu#dev locked by another PR #114(failed to acquire lock dev). The locking plan must be applied or discarded before future plans can execute |
plan for dev 2025-08-19 18:09:55 (UTC)Locking successfulProject diggerhq/demo-opentofu#dev has been locked by PR #115Plan outputTerraform will perform the following actions:
# null_resource.test3 will be created
+ resource "null_resource" "test3" {
+ 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
|
digger apply |
❌ Failed perform lock action on project: dev failed to lock project: Project diggerhq/demo-opentofu#dev locked by another PR #114(failed to acquire lock dev). The locking plan must be applied or discarded before future plans can execute |
apply for dev 2025-08-19 18:13:22 (UTC)Locking successfulProject diggerhq/demo-opentofu#dev has been locked by PR #115Apply outputTerraform will perform the following actions:
# null_resource.test3 will be created
+ resource "null_resource" "test3" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.test3: Creating...
null_resource.test3: Creation complete after 0s [id=7332131130869259752]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
First Pull Request