We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6641bf8 commit e0f63c7Copy full SHA for e0f63c7
aurora-postgres.cfndsl.rb
@@ -42,6 +42,11 @@
42
Tags aurora_tags
43
end
44
45
+ Output(:SecurityGroupId) {
46
+ Value(FnGetAtt(:SecurityGroup, :GroupId))
47
+ Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-securitygroup-id")
48
+ }
49
+
50
RDS_DBSubnetGroup(:DBClusterSubnetGroup) {
51
SubnetIds Ref('SubnetIds')
52
DBSubnetGroupDescription FnSub("Aurora postgres #{component_name} subnets for the ${EnvironmentName} environment")
0 commit comments