Skip to content

Commit

Permalink
add ability to create a new role for the instance
Browse files Browse the repository at this point in the history
  • Loading branch information
saklar13 committed Nov 6, 2023
1 parent b596c92 commit f6dd6af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deployments/deployment-path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ node_types:
default: ""
description: "Provide the IAM role name to be used in this instance."
tags: [ user_input ]
Create New Role:
type: boolean
default: false
description: "If set to True, a new IAM role will be created and attached to
the instance. Role will be deleted after the Instance termination."
tags: [ user_input ]
Policies ARNs For New Role:
type: string
default: ""
description: "Provide the ARN of the policy to be attached to the newly created
role. Multiple policies can be provided, separated by a comma."
tags: [ user_input ]
Inbound Ports:
type: string
default: ""
Expand Down

0 comments on commit f6dd6af

Please sign in to comment.