Skip to content

Commit 192469e

Browse files
committed
Aligning template parameters to avoid possible conflicts.
1 parent babd0be commit 192469e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

aws_sra_examples/solutions/config/config_management_account/templates/sra-config-management-account-role.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ Metadata:
1717
Parameters:
1818
- pSRASolutionTagKey
1919
- pSRASolutionName
20+
- pManagedResourcePrefix
2021
ParameterLabels:
22+
pManagedResourcePrefix:
23+
default: Managed Resource Prefix
2124
pSRASolutionName:
2225
default: SRA Solution Name
2326
pSRASolutionTagKey:
2427
default: SRA Solution Tag Key
2528

2629
Parameters:
30+
pManagedResourcePrefix:
31+
AllowedValues: [aws-controltower]
32+
Default: aws-controltower
33+
Description: Prefix for the managed resources
34+
Type: String
2735
pSRASolutionName:
2836
AllowedValues: [sra-config-management-account]
2937
Default: sra-config-management-account

0 commit comments

Comments
 (0)