Update unmanaged-instances-healthcheck tests

This commit is contained in:
Julio Castillo
2023-02-08 21:15:54 +01:00
parent 99e69e319f
commit 23c564cb74
5 changed files with 12 additions and 120 deletions

View File

@@ -118,3 +118,15 @@ gcloud compute ssh --zone europe-west1-b nginx-test -- 'uptime'
| [pubsub-topic](outputs.tf#L26) | Restarter PubSub topic. | |
<!-- END TFDOC -->
## Test
```hcl
module "test" {
source = "./fabric/blueprints/cloud-operations/unmanaged-instances-healthcheck"
project_id = "project-1"
billing_account = "123456-123456-123456"
project_create = true
}
# tftest modules=11 resources=35
```