You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interaction between AZD and Terraform should be through the Terraform CLI. AZD will call into the Terraform CLI similar to the other tool dependencies.
Terraform tool should implement tools.ExternalTool interface
Implement the provisioning.Provider interface for Terraform.
Support for the following
Init
Plan
Apply
Destroy
The text was updated successfully, but these errors were encountered:
This PR enables terraform as an IAC provider on azd by:
Add a terraform_provider implementation that supports both local and remote azureRM terraform backends.
Add terraform_provider unit tests, and sample function tests for both local and remotestate cases.
Update the python-mongo terraform azure.yaml to use the terraform provider.
Update the python-mongo terraform keyvault to ensure dependencies order for access policies, and keyvault secret.
Update the azure-dev ci to install terraform, set needed credentials for terraform auth.
fixes#516, #547, #234
The interaction between AZD and Terraform should be through the Terraform CLI. AZD will call into the Terraform CLI similar to the other tool dependencies.
Terraform
tool
should implementtools.ExternalTool
interfaceImplement the
provisioning.Provider
interface for Terraform.Support for the following
The text was updated successfully, but these errors were encountered: