Skip to content

Commit

Permalink
remove resource group replace trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 12, 2024
1 parent 804973e commit 8936df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/modules/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ resource "azurerm_dns_txt_record" "txt_record" {
resource "terraform_data" "custom_domain" {
triggers_replace = [
var.container_app_fqdn,
var.container_app_custom_domain_verification_id,
var.container_app_resource_group_name
var.container_app_custom_domain_verification_id
]

input = {
Expand Down

0 comments on commit 8936df0

Please sign in to comment.