Skip to content

Commit

Permalink
Fixed GitHub action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Oct 25, 2024
1 parent 0e5da11 commit 4b38f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudconnexa/resource_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ resource "cloudconnexa_network" "test" {
vpn_region_id = "fi-hel"
}
default_route {
subnet = "192.168.0.0/24"
subnet = "10.1.2.0/24"
type = "IP_V4"
}
}
Expand Down

0 comments on commit 4b38f95

Please sign in to comment.