mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: change the test to be us-west-2a
This commit is contained in:
parent
cdda4d76d4
commit
ec3e442f26
@ -217,7 +217,7 @@ EOF
|
||||
}
|
||||
resource "aws_elb" "lb" {
|
||||
name = "test-lb"
|
||||
availability_zones = ["us-east-1a"]
|
||||
availability_zones = ["us-west-2a"]
|
||||
listener {
|
||||
instance_port = 8000
|
||||
instance_protocol = "https"
|
||||
|
Loading…
Reference in New Issue
Block a user