Added missing egress proxy deploy action inputs

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-10-09 13:52:01 -06:00
parent f81785c9b4
commit c2f2e36262

View File

@@ -1,6 +1,15 @@
name: Deploy egress proxy
description: Set egress space security groups and deploy proxy
inputs:
cf_username:
description: The username to authenticate with.
required: true
cf_password:
description: The password to authenticate with.
required: true
cf_org:
description: The org the target app exists in.
required: true
cf_space:
description: The space the target app exists in.
required: true