diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3c768e5..7f73616 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = False tag = False diff --git a/cfn/iam.template b/cfn/iam.template index f2e2686..ea63566 100644 --- a/cfn/iam.template +++ b/cfn/iam.template @@ -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. diff --git a/cfn/main.template b/cfn/main.template index 962bd16..4f57fe2 100644 --- a/cfn/main.template +++ b/cfn/main.template @@ -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: