Terraform will perform the following actions:
# null_resource.cmp2 will be created
+ resource "null_resource" "cmp2" {
+ id = (known after apply)
}
# null_resource.test will be created
+ resource "null_resource" "test" {
+ id = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ ready = true
Releasing state lock. This may take a few moments...