Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jul 4, 2024
1 parent d58b05d commit 8182fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
<!-- BEGIN_TF_DOCS -->
# 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`.

<!-- markdownlint-disable MD033 -->
## Requirements
Expand Down
18 changes: 3 additions & 15 deletions _header.md
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`.

0 comments on commit 8182fea

Please sign in to comment.