About 50 results
Open links in new tab
  1. How can I download git code by Terraform? - Stack Overflow

    Jul 20, 2020 · How can I download git code by Terraform? Ask Question Asked 5 years, 7 months ago Modified 5 years, 7 months ago

  2. terraform retrieve file from URL - Stack Overflow

    Oct 20, 2023 · Here my concrete problem but the question is more generic: I'm creating a VM through a Terraform file with a certain cloud-init template. resource …

  3. Terraform fail to download existing bitnami chart

    Feb 15, 2021 · Terraform fail to download existing bitnami chart Asked 5 years ago Modified 1 year, 7 months ago Viewed 9k times

  4. Unable to clone (download) terraform modules from Azure repos using ...

    May 19, 2023 · I am not able to download Terraform modules located at Azure repos. Azure build pipeline yaml file is like the below: trigger: - feature/iac_create pool: vmImage: ubuntu-latest steps: - …

  5. Why does Terraform download modules into your local computer while ...

    Dec 17, 2022 · Terraform needs to download the contents of the repository in order to work with it, because otherwise it would have no way to know what is defined in the repository. However, I think …

  6. Terraform download local file from remote URL on apply and delete file ...

    Jul 10, 2020 · I need to download a lambda archive file from an URL before actual lambda resource is created and this file needs to be deleted when I run terraform destroy. Basically a local file resource …

  7. Github Actions with Private Github Repository as Source for Terraform ...

    Feb 27, 2023 · Expectation is when terraform does initialization, it should read my tf-modules repository mentioned as source What else am I missing here ? Is there a medium article of steps performed …

  8. Inconsistent failure when downloading terraform modules in azure ...

    Apr 19, 2022 · What I've tried: I tried both dynamically inserting a PAT at runtime as well as adding the access token in the extra header of the url of terraform module git repos from the solution by …

  9. git - Terraform module in github private repo - Stack Overflow

    I am trying to use my private git repo as source for the terraform modules. ssh public key has been copied over to github. Tried following options as source but nothing worked: git::git@github.c...

  10. How to download filename.xml uploaded to Azure Storage container …

    I have referred below Terraform code from these two Official Terraform Document-1 & Document-2 to download the files from Azure blob.