diff --git a/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml b/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml index 9caf802..dc0b5c1 100644 --- a/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml +++ b/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml @@ -2,7 +2,6 @@ AWSTemplateFormatVersion: "2010-09-09" Description: > This template implements an IAM user 'Sally' An S3 bucket for cat pictues - An S3 bucket for dog pictures An S3 bucket for other animals And permissions appropriate for Sally. Parameters: @@ -46,4 +45,4 @@ Outputs: Value: !Ref animalpics sallyusername: Description: IAM Username for Sally - Value: !Ref sally \ No newline at end of file + Value: !Ref sally