Skip to content

Commit 7cfad2d

Browse files
committed
Fix test
1 parent f105231 commit 7cfad2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

castai/resource_node_template_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ resource "castai_edge_location" "test_1" {
10161016
secret_access_key_wo = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
10171017
vpc_id = "vpc-12345678"
10181018
security_group_id = "sg-12345678"
1019+
vpc_peered = false
10191020
subnet_ids = {
10201021
"us-east-1a" = "subnet-12345678"
10211022
"us-east-1b" = "subnet-12345679"
@@ -1044,6 +1045,7 @@ resource "castai_edge_location" "test_2" {
10441045
secret_access_key_wo = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
10451046
vpc_id = "vpc-87654321"
10461047
security_group_id = "sg-87654321"
1048+
vpc_peered = false
10471049
subnet_ids = {
10481050
"us-west-2a" = "subnet-87654321"
10491051
}

0 commit comments

Comments
 (0)