There are situations where other modules will be used alongside this module, but all the networking components out of this module (such as route tables, NAT Gateways and Internet Gateways) needs to be provisioned first before resources (such as EC2 instances) can be created in other modules. Use of depends_id as an output variable provides a suitable workaround.
There are situations where other modules will be used alongside this module, but all the networking components out of this module (such as route tables, NAT Gateways and Internet Gateways) needs to be provisioned first before resources (such as EC2 instances) can be created in other modules. Use of
depends_id
as an output variable provides a suitable workaround.