Skip to content

Commit e345a8d

Browse files
committed
fixed ddb entry bug
1 parent ce480f9 commit e345a8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test*

create_managed_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def main():
432432
if (skipvpc == False):
433433
print ("Vpc",instancevpc," doesn't exist. Adding vpc..")
434434
hzid = update_hosted_zone(hostedzonename,regioname,instancevpc)
435-
make_ddb_entry(cluname,hzid,recordname,regioname) #Make ddb entry. This should only work from the calling region.
435+
make_ddb_entry(cluname,hzid,recordname,regioname,gdbobj) #Make ddb entry. This should only work from the calling region.
436436
else:
437437
print ("Vpc",instancevpc," doesn't exist. But skipping due to skip vpc flag.")
438438
if (exists_hz_record(hostedzonename,recordname)):

0 commit comments

Comments
 (0)