Skip to content

Commit

Permalink
fix test tf config
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Dec 3, 2023
1 parent 6e33622 commit 2f377b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twingate/internal/test/acctests/resource/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func createResourceWithProtocolsAndGroups(networkName, groupName1, groupName2, r
dynamic "access" {
for_each = [twingate_group.g21.id, twingate_group.g22.id]
content = {
content {
group_id = access.value
}
}
Expand Down Expand Up @@ -255,7 +255,7 @@ func resourceFullCreationFlow(networkName, groupName, resourceName string) strin
dynamic "access" {
for_each = [twingate_group.test3.id]
content = {
content {
group_id = access.value
}
}
Expand Down

0 comments on commit 2f377b8

Please sign in to comment.