Skip to content

Commit 368d07e

Browse files
committed
Revert "TEMPORARY: make error"
This reverts commit 78cec2a.
1 parent 483c46f commit 368d07e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

cfn-resources/custom-dns-configuration-cluster-aws/resource-role.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: "*"
2828
Outputs:
2929
ExecutionRoleArn:

cfn-resources/custom-dns-configuration-cluster-aws/template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Description: AWS SAM template for the MongoDB::Atlas::CustomDnsConfigurationClus
44

55
Globals:
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+

0 commit comments

Comments
 (0)