File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
cfn-resources/custom-dns-configuration-cluster-aws Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Description: >
33 This CloudFormation template creates a role assumed by CloudFormation
44 during CRUDL operations to mutate resources on behalf of the customer.
55
6- ResourcesYaml :
6+ Resources :
77 ExecutionRole :
88 Type : AWS::IAM::Role
99 Properties :
1010 MaxSessionDuration : 8400
1111 AssumeRolePolicyDocument :
12- Version : " 2012-10-17"
12+ Version : ' 2012-10-17'
1313 Statement :
1414 - Effect : Allow
1515 Principal :
@@ -19,11 +19,11 @@ ResourcesYaml:
1919 Policies :
2020 - PolicyName : ResourceTypePolicy
2121 PolicyDocument :
22- Version : " 2012-10-17"
22+ Version : ' 2012-10-17'
2323 Statement :
2424 - Effect : Allow
2525 Action :
26- - " secretsmanager:GetSecretValue"
26+ - " secretsmanager:GetSecretValue"
2727 Resource : " *"
2828Outputs :
2929 ExecutionRoleArn :
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Description: AWS SAM template for the MongoDB::Atlas::CustomDnsConfigurationClus
44
55Globals :
66 Function :
7- Timeout : 180 # docker start-up times can be long for SAM CLI
7+ Timeout : 180 # docker start-up times can be long for SAM CLI
88 MemorySize : 256
99
10- ResourcesYml :
10+ Resources :
1111 TypeFunction :
1212 Type : AWS::Serverless::Function
1313 Properties :
@@ -26,3 +26,4 @@ ResourcesYml:
2626 MODE : Test
2727 LOG_LEVEL : debug
2828 MONGODB_ATLAS_BASE_URL :
29+
You can’t perform that action at this time.
0 commit comments