From 8182feaff1ef9a2be9832b1ec1423c5e32c480d8 Mon Sep 17 00:00:00 2001 From: Zijie He Date: Thu, 13 Jun 2024 19:20:14 +0800 Subject: [PATCH] update readme --- README.md | 18 +++--------------- _header.md | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 2b3ce7f..cfb157a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,9 @@ -# 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`. ## Requirements diff --git a/_header.md b/_header.md index e6142df..1775ec4 100644 --- a/_header.md +++ b/_header.md @@ -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`.