File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ The following inputs can be used as `step.with` keys
259
259
# ### **Aurora Outputs**
260
260
| Name | Description |
261
261
|------------------|------------------------------------|
262
+ | `aws_vpc_id` | The selected VPC ID used. |
262
263
| `aurora_db_endpoint` | Aurora Endpoint. |
263
264
| `aurora_db_secret_details_name` | AWS Secret name containing db credentials. |
264
265
| `aurora_db_sg_id` | SG ID for the Aurora instance. |
Original file line number Diff line number Diff line change @@ -256,6 +256,9 @@ inputs:
256
256
required : false
257
257
258
258
outputs :
259
+ aws_vpc_id :
260
+ description : " The selected VPC ID used."
261
+ value : ${{ steps.deploy.outputs.aws_vpc_id }}
259
262
aurora_db_endpoint :
260
263
description : " Aurora Endpoint"
261
264
value : ${{ steps.deploy.outputs.aurora_db_endpoint }}
@@ -376,4 +379,4 @@ runs:
376
379
aws_vpc_enable_nat_gateway : ${{ inputs.aws_vpc_enable_nat_gateway }}
377
380
aws_vpc_single_nat_gateway : ${{ inputs.aws_vpc_single_nat_gateway }}
378
381
aws_vpc_external_nat_ip_ids : ${{ inputs.aws_vpc_external_nat_ip_ids }}
379
- aws_vpc_additional_tags : ${{inputs.aws_vpc_additional_tags }}
382
+ aws_vpc_additional_tags : ${{inputs.aws_vpc_additional_tags }}
You can’t perform that action at this time.
0 commit comments