Skip to content

Commit

Permalink
fix(collection): add parameter ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jta committed Oct 4, 2023
1 parent 453bcbc commit 80511dc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion apps/collection/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ Metadata:
SemanticVersion: 0.0.1
SourceCodeUrl: https://github.com/observeinc/aws-sam-testing

AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
default: Required parameters
Parameters:
- DataAccessPointArn
- DestinationArn
- Label:
default: Components
Parameters:
- InstallConfig
- Label:
default: Forwarder Options
Parameters:
- SourceBucketNames
- SourceTopicArns
- NameOverride

Parameters:
DataAccessPointArn:
Type: String
Expand Down Expand Up @@ -149,4 +167,3 @@ Resources:
Parameters:
BucketName: !Ref Bucket
TopicARN: !Ref Topic

0 comments on commit 80511dc

Please sign in to comment.