We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f7df1 commit 7130561Copy full SHA for 7130561
.github/workflows/pr_destroy_dynamic_env.yaml
@@ -28,6 +28,8 @@ jobs:
28
--arg targetAccountGroup "nhs-notify-supplier-api-dev" \
29
--arg targetComponent "api" \
30
--arg terraformAction "destroy" \
31
+ --arg overrideProjectName "nhs" \
32
+ --arg overrideRoleName "nhs-main-acct-smsnudge-github-deploy" \
33
'{ "ref": "main",
34
"inputs": {
35
"infraRepoName": $infraRepoName,
@@ -37,6 +39,8 @@ jobs:
37
39
"targetAccountGroup", $targetAccountGroup,
38
40
"targetComponent", $targetComponent,
41
"terraformAction", $terraformAction,
42
+ "overrideProjectName", $overrideProjectName,
43
+ "overrideRoleName", $overrideRoleName,
44
}
45
}')
46
0 commit comments