Understand GitHub Workflow with terraform deployment | GitHub workflow | GitHub actions

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 16

  • @OurCloudSchool
    @OurCloudSchool  2 года назад +2

    You refer my blog for the same implementation:
    rakesh-suryawanshi.medium.com/azure-terraform-deployment-with-github-workflow-and-approval-dc67b36dd9ce
    source code can be find here on the GitHub link:
    github.com/bee-a-learner/github-actions

  • @cinem4dr12
    @cinem4dr12 2 года назад +4

    Thank you so much Rakesh, This tutorial helps me a lot understand the workflow of deploying Azure resources using Terraform + GitHub Actions!

    • @OurCloudSchool
      @OurCloudSchool  2 года назад

      Thanks 🙏 Please subscribe to the channel, and don’t forget to share it 🤏

  • @deepanshusinghal6214
    @deepanshusinghal6214 2 года назад +1

    Thanks Rakesh! This is a great intro to Github workflows!

  • @UjjwalDevarapalli
    @UjjwalDevarapalli Год назад

    Thanks a lot Rakesh. Your terraform and devops videos are awesome.

  • @priyankmishraa
    @priyankmishraa Год назад

    This is an amazing video.

  • @pramodpatil9659
    @pramodpatil9659 2 года назад +1

    Good explanation and demo bro... Sad to see only 40 likes

  • @OurCloudSchool
    @OurCloudSchool  2 года назад

    To view the content clearly please select HD 1080 quality from the settings

  • @deeptieprasad4704
    @deeptieprasad4704 6 месяцев назад

    Hi@OurCloudSchool
    I have set AKS cluster using terrafrom git action workflow. But unable to destroy it . When everyone i try to run it so no resources found to delete even the resources are present on portal. Everytime i do it manually from portal.
    Please help me hoe to reslove the issue🙏🏻🙏🏻🙏🏻

  • @swapnilbhosale1379
    @swapnilbhosale1379 10 месяцев назад

    How do you manage the Terraform State file in this?

  • @totofreelance
    @totofreelance 6 месяцев назад

    I think you have skipped some steps, we didn't see you going to Azure and copy the Subscripts scripts or code. I don't even know where it is on Azure.

  • @webhunter2989
    @webhunter2989 10 месяцев назад

    after some time if we want to destroy the resources, then how can we do that?

    • @OurCloudSchool
      @OurCloudSchool  9 месяцев назад

      Add terraform destroy step in your pipeline with condition

    • @tugutlapranathi7687
      @tugutlapranathi7687 8 месяцев назад

      @@OurCloudSchool could you add the destroy step and required condition