Skip to content

Commit

Permalink
Updating test config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylonmcShan03 committed Jan 9, 2025
1 parent 77f3cfa commit c03fb70
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions kubernetes/resource_kubernetes_service_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1161,18 +1161,10 @@ resource "kubernetes_service_v1" "test" {
target_port = 8080
}
}
status {
load_balancer {
ingress {
ip = "192.168.1.100"
ip_mode = "%s"
}
}
}
}
`, name, ipMode)
`, name)
}

func testAccKubernetesServiceV1Config_headless(name string) string {
return fmt.Sprintf(`resource "kubernetes_service_v1" "test" {
metadata {
Expand Down

0 comments on commit c03fb70

Please sign in to comment.