diff --git a/.ebextensions/07-custom-vpc.config b/.ebextensions/07-custom-vpc.config index c6e6331..d61980a 100644 --- a/.ebextensions/07-custom-vpc.config +++ b/.ebextensions/07-custom-vpc.config @@ -1,5 +1,5 @@ option_settings: aws:ec2:vpc: - VPCId: FN::ImportValue: "temp-vpc-ELBStrapiPublicVPC" + VPCId: { "FN::ImportValue": "temp-vpc-ELBStrapiPublicVPC" } Subnets: "subnet-02cd8f7981ddfe345,subnet-02d9e1338e8d92d09,subnet-0e07d4d35394db524" DBSubnets: "subnet-02cd8f7981ddfe345,subnet-02d9e1338e8d92d09,subnet-0e07d4d35394db524"