Skip to content

Commit

Permalink
Refactor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Aug 4, 2024
1 parent 9d53e72 commit 3d25176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/primary/regional/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module "test" {
artifact_registry = "mock-docker.pkg.dev/mock-project/mock-virtual"
cluster_prefix = "mock"
enable_istio_gateway = true
environment = var.environment
istio_external_istiod = var.istio_external_istiod
istio_control_plane_clusters = var.istio_control_plane_clusters
istio_gateway_dns = var.istio_gateway_dns
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/remote/regional/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module "test" {

artifact_registry = "mock-docker.pkg.dev/mock-project/mock-virtual"
cluster_prefix = "mock"
environment = var.environment
istio_external_istiod = var.istio_external_istiod
istio_control_plane_clusters = var.istio_control_plane_clusters
istio_remote_injection_path = var.istio_remote_injection_path
Expand Down

0 comments on commit 3d25176

Please sign in to comment.