Using GitHub Actions and HashiCorp Terraform - GitHub Satellite 2020

preview_player
Показать описание
Presented by Anubhav Mishra, Technical Advisor to the CTO, HashiCorp

Speed is an important success metric for modern development teams. As enterprises start to scale in multi-cloud environments, the Continuous Integration/Continuous Deployment (CI/CD) process is no longer just a developer specific workflow, but a DevOps workflow where both development and operations coordinate their tasks to move forward rapidly. GitHub and HashiCorp are working closely to build an end-to-end DevOps workflow encompassing the entire application development lifecycle. Together we help provide a powerful CI/CD solution that prevents developers and operators from having to wait for their respective tasks to be completed, accelerating delivery. Join this session to learn and see how an updated GitHub Actions and HashiCorp Terraform workflow can simplify collaboration and increase your development team’s velocity through infrastructure automation and applications both delivered as code and on-demand.
GitHub Satellite: A community connected by code

On May 6th, we threw a free virtual event featuring developers working together on the world’s software, announcements from the GitHub team, and inspiring performances by artists who code.

Рекомендации по теме
Комментарии
Автор

this is awesome github actions workflow that I want for Terraform. Thanks.

imamariefrahman
Автор

Is the workflow running on the GitHub-hosted runner or the Terraform Cloud-hosted runner? I have tried running a few workflows and they all ran on the Terraform cloud runner (which isn't what I'm after) as installing auxiliary software (i.e. Packer) on there is a bit of a pain

djputtypatrol
Автор

Great intro!! How do you handle the state in this setup? Especially when you don't use tf cloud

eXpire