Skip to content

Commit

Permalink
Fix security group typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jul 31, 2023
1 parent a42d5e9 commit 79fe642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions designs/v1beta1-full-changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ amiSelectorTerms:
ssm: "/al2/alias"
tags:
key: value
# Selectors are ORed
# Selector Terms are ORed
- name: foo
id: abc-123
owner: self
Expand All @@ -133,7 +133,7 @@ subnetSelectorTerms:
- id: abc-123
tags:
key: value
# Selectors are ORed
# Selector Terms are ORed
- id: abc-123
tags:
key: value
Expand All @@ -146,10 +146,10 @@ The same logic for `subnetSelectorTerms` applies to `securityGroupSelectorTerms`
```
securityGroupSelectorTerms:
- id: abc-123
name: default-secuirty-group # Not the same as the name tag
name: default-security-group # Not the same as the name tag
tags:
key: value
# Selectors are ORed
# Selector Terms are ORed
- id: abc-123
name: custom-security-group # Not the same as the name tag
tags:
Expand Down

0 comments on commit 79fe642

Please sign in to comment.