-
Notifications
You must be signed in to change notification settings - Fork 197
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
make terraform non alpha #2796
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also update the v1.0 schema so that terraform
is a supported member of the enum for infrastructure providers.
Just checking - The reason there are no go changes here is because the way the logic worked or do we need to make some changes in either the manager or terraform provisioner so we no longer show the alpha warning?
LGTM otherwise.
|
I've also updated the feature_stages.md file |
From azd-core point of view, making a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change to revert the diff on the alpha manifest, but no need for another round of feedback. Thanks for doing this, @vhvb1989.
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: azd-starter-terraformRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/azd-starter-terraform -b pr/2796 View Changes | Compare Changes Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/2796 View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/2796 View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/2796 View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/2796 View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/2796 View Changes | Compare Changes Project: todo-java-postgresql-terraformRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-java-postgresql-terraform -b pr/2796 View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/2796 View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/2796 View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/2796 View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/2796 View Changes | Compare Changes Project: todo-nodejs-mongo-terraformRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-terraform -b pr/2796 View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/2796 View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/2796 View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/2796 View Changes | Compare Changes Project: todo-python-mongo-terraformRemote: azure-samples-stagingBranch: pr/2796You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-terraform -b pr/2796 View Changes | Compare Changes |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
fix: #2035