Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit b092cff

Browse files
authored
Merge pull request #2472 from codeenigma/Fixing-vpc-role-security-groups-PR-2.x
Fixing-vpc-role-security-groups
2 parents 02efd73 + 7020689 commit b092cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/aws/aws_vpc/tasks/security_group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
tags: "{{ aws_vpc.tags | combine({'Name': aws_vpc.name}) }}"
77
state: "{{ aws_vpc.state }}"
88
vpc_id: "{{ aws_vpc.id }}"
9-
description: "{{ security_group.description }}"
9+
description: "{{ security_group.description | default('') }}"
1010
rules: "{{ security_group.rules | default(omit) }}"
1111
rules_egress: "{{ security_group.rules_egress | default(omit) }}"
1212
purge_rules: "{{ aws_vpc.purge_rules | default(omit) }}"

0 commit comments

Comments
 (0)