Skip to content

Commit

Permalink
address unexpected network ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Jan 16, 2025
1 parent 67175a6 commit b812254
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/domains/ioweb-common/06_cdn_itn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ module "io_web_profile_itn_fe_st" {
}
}

network_rules = {
default_action = "Allow"
bypass = []
ip_rules = []
virtual_network_subnet_ids = []
}

static_website = {
enabled = true
index_document = "index.html"
Expand Down

0 comments on commit b812254

Please sign in to comment.