diff --git a/docs/iac.md b/docs/iac.md index 28ddfc55..70b488cf 100644 --- a/docs/iac.md +++ b/docs/iac.md @@ -28,5 +28,7 @@
+ +Jeez, people in my timeline arguing about the merits of CDK vs. Pulumi and I'm just waiting for you all to get on my level. pic.twitter.com/S3PU7FGuw2
— Corey Quinn (@QuinnyPig) December 14, 2021
Do you use the AWS, GCP, or Azure web consoles beyond getting started with a new cloud provider? If so, why not an automation tool such as Terraform or Cloud Formation? pic.twitter.com/5LIZSTcNpG
— Kelsey Hightower (@kelseyhightower) January 19, 2022
It's not controversial to provision resources with code. It shouldn't be controversial to deploy and manage resources with code.
— Jaana Dogan γ€γ γγ¬γ³ (@rakyll) September 9, 2021
+ +Using Terraform with Co-pilot. pic.twitter.com/0hhbqmMGW1
— Alex Jones π (@AlexJonesax) November 8, 2021
\ No newline at end of fileYes. If itβs anything reasonably complex, my process is:
— Ryan Hochstetler (@ryanhos) January 19, 2022
1.) Build w/ UI
2.) Gen w/ #Terraformer (local state)
3.) Fix crazy codegen-ed names
4.) Import TF, verify Cloud == State == #Terraform
5.) rm -rf the manual version
6.) Recreate from TF
7.) Test and iterate w/ IaC