Configure terraform setup (#3) #3
GitHub Actions / Apply
succeeded
Jan 20, 2024 in 0s
1 added, 0 changed, 0 destroyed
Terraform Plan
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.test will be created
+ resource "null_resource" "test" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Terraform Apply
Acquiring state lock. This may take a few moments...
null_resource.test: Creating...
null_resource.test: Creation complete after 0s [id=7965913349345386324]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Loading