Closed timothymeyers closed 1 year ago
I am a little confused by a terraform plan
complaining about resources not found when I would expect it should know about the dependencies on resources known only after apply?
I am a little confused by a
terraform plan
complaining about resources not found when I would expect it should know about the dependencies on resources known only after apply?
I think this a dependency on the landing zone module. I will look into it.
This was added #19 to add dependency to the landing zone, to stop planning errors.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Running
terraform plan -var-file=parameters.tfvars
results in two subnets in06-shared-services/data.tf
not being found. I have not been able to track down a workaround or fix for it.Both appear to be hardcoded in
data.tf
(see below).Any log messages given by the failure
Expected/desired behavior
I would expect (1) the subnet names to be generated by
terraform plan
and (2) to follow the naming convention applied elsewhere.OS and Version?
Versions
Mention any other details that might be useful