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.
2 parents 6641bf8 + e0f63c7 commit a87bbffCopy full SHA for a87bbff
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