mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: fix ELB acceptance test
This commit is contained in:
parent
3a0d88ed73
commit
eca5fe3ff3
@ -425,7 +425,7 @@ resource "aws_elb" "bar" {
|
||||
const testAccAWSELBConfigHealthCheck = `
|
||||
resource "aws_elb" "bar" {
|
||||
name = "foobar-terraform-test"
|
||||
availability_zones = ["us-west-2a"]
|
||||
availability_zones = ["us-west-2a", "us-west-2b", "us-west-2c"]
|
||||
|
||||
listener {
|
||||
instance_port = 8000
|
||||
|
Loading…
Reference in New Issue
Block a user