Initial put

This commit is contained in:
Tom Archer
2024-10-14 13:56:33 -07:00
parent 55754aaaf0
commit 3d918001e7
5 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Azure Container Group
This template deploys an Azure Container Group with two containers.
## Terraform resource types
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
- [azurerm_container_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_group)
## Variables
| Name | Description | Default |
|-|-|-|
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
| `resource_group_location` | Location of the resource group. | eastus |
## Example