generated from Azure/terraform-azurerm-avm-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d58b05d
commit 8182fea
Showing
2 changed files
with
6 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# terraform-azurerm-avm-template | ||
# terraform-azurerm-avm-res-app-containerapp | ||
|
||
This is a template repo for Terraform Azure Verified Modules. | ||
This is a template repo for Terraform Azure Verified Container App Modules. | ||
|
||
Things to do: | ||
|
||
1. Set up a GitHub repo environment called `test`. | ||
1. Configure environment protection rule to ensure that approval is required before deploying to this environment. | ||
1. Create a user-assigned managed identity in your test subscription. | ||
1. Create a role assignment for the managed identity on your test subscription, use the minimum required role. | ||
1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment. | ||
1. Create the following environment secrets on the `test` environment: | ||
1. AZURE_CLIENT_ID | ||
1. AZURE_TENANT_ID | ||
1. AZURE_SUBSCRIPTION_ID | ||
|
||
Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0) or greater. Changes will always be via new versions being published and no changes will be made to existing published versions. For more details please go to https://semver.org/ | ||
This module *DOES NOT* contain other Container App related resource, including `azurerm_container_app_environment`. |