Skip to content

Commit

Permalink
Updating terraform syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinarcher committed Jan 20, 2023
1 parent 3c30493 commit 9be83db
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 @@ -19,7 +19,7 @@ resource "azurerm_container_group" "app" {
name = "${var.appname}-${var.initials}"
location = azurerm_resource_group.personal.location
resource_group_name = azurerm_resource_group.personal.name
ip_address_type = "public"
ip_address_type = "Public"
dns_name_label = "${replace(var.appname, "/[^-0-9a-zA-Z]/", "-")}-${var.initials}"
os_type = "linux"

Expand Down

0 comments on commit 9be83db

Please sign in to comment.