Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Sep 12, 2024
1 parent f8228bf commit 0f7dba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/aurora-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ runs:
-var "username=${{ inputs.username }}" \
-var "password=${{ inputs.password }}" \
-var "vpc_id=${{ inputs.vpc-id }}" \
-var "subnet_ids=${{ inputs.subnet-ids }}" \
-var "cidr_blocks=${{ inputs.cidr-blocks }}"
-var 'subnet_ids=${{ inputs.subnet-ids }}' \
-var 'cidr_blocks=${{ inputs.cidr-blocks }}'
- name: Terraform Apply
shell: bash
Expand Down

0 comments on commit 0f7dba7

Please sign in to comment.