Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jan 6, 2024
1 parent 188ee00 commit a5d1f5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/unfurl-motivation/lib/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ node_types:
implementation: |
set -e
gcloud auth activate-service-account --key-file {{ SELF.service_account_file }} --project {{ SELF.project }}
gcloud sql instances delete {{ SELF.instance_name }} --quiet
gcloud sql instances delete {{ SELF.instance_name }}
inputs:
keeplines: true

Expand Down Expand Up @@ -179,6 +179,10 @@ node_types:
type: string
default: {eval: '.::.requirements::[.name=host]::.target::service_account_file'}

public_address:
type: string
default: dummy

capabilities:
host:
type: tosca.capabilities.Compute
Expand Down

0 comments on commit a5d1f5e

Please sign in to comment.