Ace Nassri
Ace Nassri
> At the end, you can't proceed. This is the core problem - I want to be able to run `terraform apply` **multiple times** on a project. By "failure", I...
@slevenick we're aware of it, but doesn't that mean that our primary Terraform would **not** auto-create the App Engine application? Another way to phrase our problem: > Currently, we can...
`terraform import` presupposes the App Engine app was created **outside** of Terraform though, correct? We're trying to avoid that if we can. (We're also happy to use lifecycle hooks as...
> It feels like you are trying to run Terraform in a CI (or similar) system to test a deploy script? Sort of - except we'd like projects to be...
@slevenick is there some flag we could have that opts-in to acquire-on-create? I agree that this may be "undesirable by default", which is why I think it should be opt-in.
Thanks for the quick response! Sounds good - as long as you're aware of this. 🙂 *(If this behavior is intended behavior or can't be reproduced in the `dev` branch,...
Chiming in with my own analysis (less as an objective answer and more as a separate viewpoint) of the `Rectangular` layout (that may also apply to other layouts, too): ###...