Skip to content

Commit

Permalink
More tf syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinarcher committed Jan 20, 2023
1 parent 9be83db commit 578de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "azurerm_container_group" "app" {
resource_group_name = azurerm_resource_group.personal.name
ip_address_type = "Public"
dns_name_label = "${replace(var.appname, "/[^-0-9a-zA-Z]/", "-")}-${var.initials}"
os_type = "linux"
os_type = "Linux"

container {
name = "web"
Expand Down

0 comments on commit 578de29

Please sign in to comment.