Closed ShreyasNBS closed 2 years ago
So it seems that if you're going to be doing endpoint_mode="ServiceManaged"
then you specify the subnet_id
in the subnet mappings, but if you're doing endpoint_mode="CustomerManaged"
you need to specify az
in the subnet mappings.
Since az
isn't descriptive enough, I've changed this to availability_zone
instead.
I've also updated the docs to point out when to use subnet_id
vs when to use availability_zone
.
Thank you. That's clear enough now.
When creating a new NGFW with following code
I get the following error
However on the NGFW resource I cannot seem to find properties for adding AZ. So as things stand, I am unable to create an NGFW with CustomerManaged endpoints. Can you please point me in the right direction?
Thanks, Shreyas