Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"type": "external",
"tier": "community",
"minEngineVersion": "0.64.3",
"required_secrets": [
{
"name": "AWS_ACCESS_KEY_ID",
"sensitive": true,
"description": "AWS access key ID. For credentials.type: env or static; profile/role_arn deployments may skip. Referenced as ${AWS_ACCESS_KEY_ID} in the iac.provider/aws config.",
"prompt": "AWS access key ID"
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"sensitive": true,
"description": "AWS secret access key (pairs with AWS_ACCESS_KEY_ID). Referenced as ${AWS_SECRET_ACCESS_KEY}.",
"prompt": "AWS secret access key"
}
],
"iacServices": [
"workflow.plugin.external.iac.IaCProviderRequired",
"workflow.plugin.external.iac.IaCProviderEnumerator",
Expand Down
Loading