Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kcantrel authored and github-actions[bot] committed Dec 6, 2024
1 parent 375a81f commit e21f2e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ Resources:
# mode to 'grow' on the volume therefore it most run within the VPC where the
# FSx for ONTAP file system is located.
#
# Version: v1.11
# Date: 2024-12-06-11:29:44
# Version: v1.1
# Date: 2024-12-06-20:30:19
################################################################################
import json
Expand Down Expand Up @@ -398,7 +398,7 @@ Resources:
global dynamoDbRegion, dynamoDbSecretsTableName, secretsTable, maxWaitTime, logger
if os.environ.get('dynamoDbRegion') != None:
dynamoDbRegion = os.environ'dynamoDbRegion']
dynamoDbRegion = os.environ['dynamoDbRegion']
if os.environ.get('dynamoDbSecretsTableName') != None:
dynamoDbSecretsTableName = os.environ['dynamoDbSecretsTableName']
if os.environ.get('secretsManagerRegion') != None:
Expand Down

0 comments on commit e21f2e7

Please sign in to comment.