Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make terraform non alpha #2796

Merged
merged 9 commits into from
Sep 28, 2023
2 changes: 0 additions & 2 deletions cli/azd/resources/alpha_features.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- id: terraform
description: "Provision Azure resources from terraform files."
vhvb1989 marked this conversation as resolved.
Show resolved Hide resolved
- id: resourceGroupDeployments
description: "Support infrastructure deployments at resource group scope."
- id: buildpacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
env:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

- name: Enable terraform alpha feature
run: azd config set alpha.terraform on

- name: Provision Infrastructure
run: azd provision --no-prompt
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
env:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

- name: Enable terraform alpha feature
run: azd config set alpha.terraform on

- name: Provision Infrastructure
run: azd provision --no-prompt
env:
Expand Down
3 changes: 0 additions & 3 deletions templates/common/.github/workflows/terraform/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
env:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

- name: Enable terraform alpha feature
run: azd config set alpha.terraform on

- name: Provision Infrastructure
run: azd provision --no-prompt
env:
Expand Down
2 changes: 0 additions & 2 deletions templates/starter/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A starter blueprint for getting your application up on Azure using [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/overview) (azd). Add your application code, write Infrastructure as Code assets in Terraform to get your application up and running quickly.

> Note: Terraform is in **alpha mode**. You need to enable it by running `azd config set alpha.terraform on`. Read more about [alpha features](https://github.com/Azure/azure-dev/tree/main/cli/azd/docs).

The following assets have been provided:

- Infrastructure-as-code (IaC) Terraform modules under the `infra` directory that demonstrate how to provision resources and setup resource tagging for azd.
Expand Down
2 changes: 0 additions & 2 deletions templates/todo/projects/java-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ The following prerequisites are required to use this application. Please ensure
- [Terraform](https://www.terraform.io/)
- Requires the [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli)

> Note: Terraform is in **alpha mode**. You need to enable it by running `azd config set alpha.terraform on`. Read more about [alpha features](https://github.com/Azure/azure-dev/tree/main/cli/azd/docs).

### Quickstart
To learn how to get started with any template, follow the steps in [this quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=localinstall&pivots=programming-language-java) with this template (`Azure-Samples/todo-java-postgresql-terraform`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ The following prerequisites are required to use this application. Please ensure
- [Terraform CLI](https://aka.ms/azure-dev/terraform-install)
- Requires the [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli)

> Note: Terraform is in **alpha mode**. You need to enable it by running `azd config set alpha.terraform on`. Read more about [alpha features](https://github.com/Azure/azure-dev/tree/main/cli/azd/docs).

### Quickstart
To learn how to get started with any template, follow the steps in [this quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=localinstall&pivots=programming-language-nodejs) with this template(`Azure-Samples/todo-nodejs-mongo-terraform`)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ The following prerequisites are required to use this application. Please ensure
- [Terraform CLI](https://aka.ms/azure-dev/terraform-install)
- Requires the [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli)

> Note: Terraform is in **alpha mode**. You need to enable it by running `azd config set alpha.terraform on`. Read more about [alpha features](https://github.com/Azure/azure-dev/tree/main/cli/azd/docs).

### Quickstart
To learn how to get started with any template, follow the steps in [this quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=localinstall&pivots=programming-language-python) with this template(`Azure-Samples/todo-python-mongo-terraform`).

Expand Down