I’m good with using Mock Outputs, but the problem I’m running into are values that Terraform wants to lookup during a plan.
I put in dummy values for a subnet ID, but Terraform is going to check to see if that exists and then will barf saying the Subnet ID doesn’t exist because it’s dependency on another networking stack that hasn’t been deployed. My goal is to do a “deploy all” type situation, hence the dependencies.
Anyone have suggestions around this? Like an ignore doesn’t exist or something like that?