Removing VPC Subnet check as it triggers a CloudFormation bug

I've reported the bug to AWS and we can add this back in if it's fixed
This commit is contained in:
Gene Wood 2019-06-04 08:48:41 -07:00
Родитель e700b9c4b7
Коммит 5948b8e7a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F0A9E7DCD39E452E
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -116,13 +116,6 @@ Parameters:
Description: The secret that you use to authenticate to the MozDef instance using HTTP Basic Authentication.
NoEcho: true
Rules:
SubnetsInVPC:
Assertions:
- Assert:
!EachMemberIn
- !ValueOfAll [ 'AWS::EC2::Subnet::Id', 'VpcId' ]
- !RefAll 'AWS::EC2::VPC::Id'
AssertDescription: All subnets must in the VPC
ALBBasicAuthOnly:
RuleCondition: !Not [ !Equals [ !Ref 'ALBBasicAuthSecret', '' ] ]
Assertions: