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

Commit 7724eb1

Browse files
authored
Merge pull request #1172 from dhx-mike-palandra/patch-1
Patch 1
2 parents 4d5bfdb + 1ae2f9f commit 7724eb1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc_source/rules-section-structure.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,15 @@ You will be billed for the AWS resources used if you create a stack from this te
296296
"Assertions": [
297297
{
298298
"Assert": {
299-
"Fn::EachMemberIn": [
299+
"Fn::EachMemberEquals": [
300300
{
301-
"Fn::ValueOfAll": [
302-
"AWS::EC2::Subnet::Id",
301+
"Fn::ValueOf": [
302+
"Subnets",
303303
"VpcId"
304304
]
305305
},
306306
{
307-
"Fn::RefAll": "AWS::EC2::VPC::Id"
307+
"Ref": "VpcId"
308308
}
309309
]
310310
},
@@ -953,11 +953,11 @@ Rules:
953953
SubnetsInVPC:
954954
Assertions:
955955
- Assert:
956-
'Fn::EachMemberIn':
957-
- 'Fn::ValueOfAll':
958-
- 'AWS::EC2::Subnet::Id'
956+
'Fn::EachMemberEquals':
957+
- 'Fn::ValueOf':
958+
- Subnets
959959
- VpcId
960-
- 'Fn::RefAll': 'AWS::EC2::VPC::Id'
960+
- Ref: VpcId
961961
AssertDescription: All subnets must in the VPC
962962
ValidateHostedZone:
963963
RuleCondition: !Equals
@@ -1254,4 +1254,4 @@ Outputs:
12541254
- !GetAtt
12551255
- ApplicationLoadBalancer
12561256
- DNSName
1257-
```
1257+
```

0 commit comments

Comments
 (0)