Skip to content

Commit

Permalink
Fix SSM document name
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed Dec 10, 2020
1 parent 75b887f commit 541a888
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = False
tag = False

Expand Down
1 change: 1 addition & 0 deletions cfn/iam.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Resources:
ActiveDirectoryDocument:
Type: AWS::SSM::Document
Properties:
Name: !Sub 'ad-${AWS::StackName}'
Content:
schemaVersion: "1.2"
description: Join instances to an AWS Directory Service domain.
Expand Down
2 changes: 1 addition & 1 deletion cfn/main.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
Description: AWS Content Creation Render Environment for Windows (uksb-1rab36c41).

Metadata:
Version: 0.0.2
Version: 0.0.3

AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down

0 comments on commit 541a888

Please sign in to comment.