About 1,920,000 results
Open links in new tab
  1. Using Artifactory as Terraform Registry for custom provider

    May 2, 2023 · I run Artifactory 7.49.3 with host artifactory.example.com and I use it to publish custom Terraform Provider. I created a TF repo with provider layout in accordance with …

  2. How to create Azure ML Registry using Terraform? [closed]

    Jul 18, 2024 · On checking with recent most doc from harshicrop the azure machine learning registry is missing from the provider. In order to achieve your requirement we need to use null …

  3. Should I use Terraform registry modules or use Terraform …

    Nov 26, 2022 · I'm trying to understand when is it better to use the Terraform registry modules instead of using the "classic" resource definition and build your own custom modules. For …

  4. When to use Terraform Modules from terraform registry and when …

    Jan 27, 2023 · Ok. So what I understand from your post is that it is part of the best practice to use modules terraform registry as long as they fit the needs. If full control is required for the …

  5. lockfile - Inconsistent dependency when i do terraform apply from …

    However, if you know that your configuration itself doesn't modify the filesystem during planning (which is a best practice, where possible) then it can also be valid to just re-run terraform init …

  6. Force Terraform to install providers from local disk only, disabling ...

    Sep 1, 2020 · Since you seem to be upgrading from Terraform 0.12, it might also interest you to know that Terraform 0.13's default installation behavior (without any special configuration) is …

  7. Terraform providers via proxied repository - Stack Overflow

    Sep 15, 2022 · Terraform's provider installer uses TLS and verifies certificates, so it isn't straightforward to try to "trick" Terraform into thinking that your custom server is …

  8. Does Terraform Version Have To Change With Each Terraform …

    Dec 16, 2022 · When Terraform installs a module from that registry, the registry presents a set of available versions and Terraform chooses the newest one which meets your version …

  9. terraform - Azure Container App Fails to Pull Image from ACR ...

    Sep 24, 2024 · The app is launching from Azure Container App, not your Terraform environment, therefore you need to provide the credentials to Azure Container App or using identity. You …

  10. Missing Terraform provider? What am I doing wrong? (Terraform …

    Dec 25, 2020 · As you can see below, I'm trying to pass a specific provider to a module, which then passes it as the main provider (aws = aws.some_profile) to a second, nested module. on …