We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f105231 commit 7cfad2dCopy full SHA for 7cfad2d
castai/resource_node_template_test.go
@@ -1016,6 +1016,7 @@ resource "castai_edge_location" "test_1" {
1016
secret_access_key_wo = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
1017
vpc_id = "vpc-12345678"
1018
security_group_id = "sg-12345678"
1019
+ vpc_peered = false
1020
subnet_ids = {
1021
"us-east-1a" = "subnet-12345678"
1022
"us-east-1b" = "subnet-12345679"
@@ -1044,6 +1045,7 @@ resource "castai_edge_location" "test_2" {
1044
1045
1046
vpc_id = "vpc-87654321"
1047
security_group_id = "sg-87654321"
1048
1049
1050
"us-west-2a" = "subnet-87654321"
1051
}
0 commit comments