Skip to content

Commit

Permalink
Remove IPv6 for databases
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Oct 24, 2023
1 parent 088551a commit cf3f38d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/aws/cloudformation/tasking-manager.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ const Resources = {
DBInstanceClass: cf.ref('DatabaseInstanceType'),
DBSnapshotIdentifier: cf.if('UseASnapshot', cf.ref('DBSnapshot'), cf.noValue),
VPCSecurityGroups: [cf.importValue(cf.join('-', ['hotosm-network-production', cf.ref('NetworkEnvironment'), 'ec2s-security-group', cf.region]))],
NetworkType: 'DUAL',
PubliclyAccessible: false
}
},
Expand Down

0 comments on commit cf3f38d

Please sign in to comment.