Infrastructure Manager: Provision Google Cloud Resources with Terraform
1–10 of 70 posts
Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#2Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#3Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#4Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#5I wish AWS would do this and deprecate CloudFormation.
Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#6Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#7I wish AWS would do this and deprecate CloudFormation.
I haven't used Cloudformation in three years, how's it doing these days?
AWS shot themselves in the foot by making the Python version of CDK second-tier after Typescript; IaC is still done by DevOps people far more often than application people, and DevOps people use Python.
Another gripe is the number of services and new features which launch without CFn support, which also blocks CDK support; when Terraform supports a new platform feature before the vendors own tools do, that's a sign the product teams are being driven by the wrong metrics.
Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#8This service will largely be used for deployments on Google Cloud, for which Google invests a lot of development effort in maintaining their own provider. It’s not like there’s not already significant contribution from Google to the code base.
Re: Infrastructure Manager: Provision Google Cloud Resources with Terraform
#9Earlier quoted context omitted.
I haven't used Cloudformation in three years, how's it doing these days?
I see a roughly even split of people using CFn, Terraform and (Python) CDK. AWS shot themselves in the foot by making the Python version of CDK second-tier after Typescript; IaC is still done by DevOps people far more often than application people, and DevOps people use Python. Another gripe is the number of services and new features which launch without CFn support, which also blocks CDK support; when Terraform supp…