Updated names per Azure requirements
This commit is contained in:
parent
49b61b78a2
commit
ec38ba616c
@ -1,13 +1,13 @@
|
|||||||
resource "azurerm_container_group" "vote_aci" {
|
resource "azurerm_container_group" "vote_aci" {
|
||||||
name = "vote_aci"
|
name = "vote-aci"
|
||||||
location = azurerm_resource_group.rg.location
|
location = azurerm_resource_group.rg.location
|
||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
ip_address_type = "public"
|
ip_address_type = "public"
|
||||||
dns_name_label = "vote_aci"
|
dns_name_label = "vote-aci-${random_integer.ri.result}"
|
||||||
os_type = "linux"
|
os_type = "linux"
|
||||||
|
|
||||||
container {
|
container {
|
||||||
name = "vote_aci"
|
name = "vote-aci"
|
||||||
image = "mcr.microsoft.com/azuredocs/azure-vote-front:cosmosdb"
|
image = "mcr.microsoft.com/azuredocs/azure-vote-front:cosmosdb"
|
||||||
cpu = "0.5"
|
cpu = "0.5"
|
||||||
memory = "1.5"
|
memory = "1.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user