Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test assertion
Browse files Browse the repository at this point in the history
jacobbednarz committed Jan 17, 2025
1 parent 2d4ded6 commit 96e7eb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testdata/terraform/cloudflare_teams_location/test.tf
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@ resource "cloudflare_teams_location" "terraform_managed_resource" {
client_default = false
ecs_support = false
name = "Austin Office Location"
networks {
networks = [{
id = ""
network = "192.0.2.1/32"
}
}]
}

0 comments on commit 96e7eb3

Please sign in to comment.