Hi there ! Anyone used <https://github.com/terrafo...
# terraform
s
k
We started with this https://github.com/terraform-google-modules/terraform-example-foundation and it’s a very good starting point and a great structure to follow. Good overall documentation and example.
s
@Kevin Bélanger you started a new repo , or you forked this one ?
k
Started new repositories one repository for each parts. One repo for bootstrap, another one for org, etc…
s
🤔 , ok , thanks for the answer 😉
have you looked at the fabric / fast ? it seems more flexible , but then , more complicated also 😉
k
no
and yes seems more complicated and lot of modules under the hood… I’m not a huge fan of terraform modules.
s
thanks for your feeback 😉
any idea of the time it took to “rewrite” the example repo for your needs ?
k
existing GCP organization or a brand new one?
s
existing one
probably starting from a folder inside the existing one
k
I would say to adapt to an existing organization it’ll be more complicated. Like network peering, organization policy etc… But I don’t have a clear idea of all the work needed to adapt to an existing organization
s
ok, and a new one then ?
k
Really more easier because you adapt as you go.
I would say couple of hours to have something terraformed from your machine
s
same for a new folder then 😉 (beside some “small” technical details)
d
Go for the fabric it is better and easier to customize, do also follow the checklist along, provided by google.
s
I played with foundation , then fabric , then started from scratch with some fabric modules
Thanks ;)