Hello How do you manage and deploy your `infrastr...
# general
a
Hello How do you manage and deploy your
infrastructure iac code
? Do you use CI/CD pipelines or use the terminal? I'm asking because infrastructure code changes less frequently.. (think ACM certificates, a cloudfront distribution, an s3 bucket for deploying your SPA (javascript + html + css)
e
i would say it depends who is working on the deployments. If you work yourself on it, you can use cicd and a remote state but you dont have to. if there are more people i would create a remote state storage and deploy it with cicd.