You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our createSubnet function takes a hard-coded availability zones (us-east-1a and us-east-1b). Therefore, the provider will fail if the user has another default region.
We need to change this so that new vpc and subnets can be created in different regions.
The text was updated successfully, but these errors were encountered:
Currently our
createSubnet
function takes a hard-coded availability zones (us-east-1a and us-east-1b). Therefore, the provider will fail if the user has another default region.We need to change this so that new vpc and subnets can be created in different regions.
The text was updated successfully, but these errors were encountered: