Aaron Sua
Aaron Sua
The aws provider has some good examples of breaking apart the core creatable resource from additional configuration of it. aws_vpc for example. I can use data to look up a...
As an additional case in point. The gitlab_project resource is the only place to set the default branch. However it's very difficult to set this at creation time if you...
as a workaround the lifecycle option can be included to ignore changes to ref, which is what I've done for now. I can't think of a use case when I...