Skip to content

Commit e21f2e7

Browse files
kcantrelgithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 375a81f commit e21f2e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Management-Utilities/auto_set_fsxn_auto_grow/cloudformation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ Resources:
310310
# mode to 'grow' on the volume therefore it most run within the VPC where the
311311
# FSx for ONTAP file system is located.
312312
#
313-
# Version: v1.11
314-
# Date: 2024-12-06-11:29:44
313+
# Version: v1.1
314+
# Date: 2024-12-06-20:30:19
315315
################################################################################
316316
317317
import json
@@ -398,7 +398,7 @@ Resources:
398398
global dynamoDbRegion, dynamoDbSecretsTableName, secretsTable, maxWaitTime, logger
399399
400400
if os.environ.get('dynamoDbRegion') != None:
401-
dynamoDbRegion = os.environ'dynamoDbRegion']
401+
dynamoDbRegion = os.environ['dynamoDbRegion']
402402
if os.environ.get('dynamoDbSecretsTableName') != None:
403403
dynamoDbSecretsTableName = os.environ['dynamoDbSecretsTableName']
404404
if os.environ.get('secretsManagerRegion') != None:

0 commit comments

Comments
 (0)