Skip to content

Commit

Permalink
update test (hashicorp#23299)
Browse files Browse the repository at this point in the history
Signed-off-by: ziyeqf <51212351+ziyeqf@users.noreply.github.com>
  • Loading branch information
ziyeqf authored Sep 27, 2023
1 parent 9de2c5d commit b2d11f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ resource "azurerm_mobile_network_packet_core_control_plane" "test" {
}
interoperability_settings_json = jsonencode({
"mtu" = 1440
"unknownuser-causecode" = "eps-and-non-eps-service-not-allowed-8"
})
depends_on = [azurerm_mobile_network.test]
Expand Down Expand Up @@ -489,7 +489,7 @@ resource "azurerm_mobile_network_packet_core_control_plane" "test" {
control_plane_access_ipv4_subnet = "192.168.1.0/25"
interoperability_settings_json = jsonencode({
"mtu" = 1440
"unknownuser-causecode" = "eps-and-non-eps-service-not-allowed-8"
})
local_diagnostics_access {
Expand Down

0 comments on commit b2d11f0

Please sign in to comment.