1 Answers
0
I don't see an issue using Terraform to deploy resources as part of continuous delivery. In fact, Terraform deploys CloudFormation stack(s) so essentially, it's no different from using CloudFormation to deploy resources.
Is there a good way to achieve it as I am planning to add to by project?
Which tool are you planning to use for CI/CD? For AWS, you can use CodeCommit, CodeBuild, CodeDeploy, and CodePipeline to create a CI/CD pipeline. See below references.
Also, there are many AWS blog posts that talk about integration with third-party services for CI/CD pipeline deployment. I suggest taking a look at AWS DevOps Blog posts.
answered 20 days ago
Relevant questions
Using Terraform with AWS SSO accounts
asked 20 days agonew Lambda Function URL with Terraform
Accepted Answerasked 4 months agoTerraform AFT / Rename an account
asked 4 months agoIs there a programmatic way to download the EC2 Instance Recommendations from Migration Hub?
asked 3 months agoContinuous Delivery using terraform to an EC2 instance
asked 22 days agoIs It Possible to CodeDeploy to an EC2 Instance In A Different Region
asked 6 months agoI'm getting charged and don't know how to stop it
asked 4 days agoCan we create a Table in Aurora during the infra setup using terraform IaaC code ?
Accepted Answerasked 3 months agoIs it a good way to implement custom authorization logic(like an API call to validate header parameters) in Lambda Authorizers?
asked 3 months agoHow much does it cost to connect to private ec2 using aws ssm ?
Accepted Answerasked 4 months ago