Skip to content

Commit

Permalink
Fix identations
Browse files Browse the repository at this point in the history
  • Loading branch information
flashjmp committed Jul 21, 2022
1 parent b198766 commit d599c84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openstack/resource_openstack_lb_members_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ resource "openstack_lb_members_v2" "members_1" {
member {
address = "192.168.199.111"
protocol_port = 8080
monitor_address = "192.168.199.111"
monitor_port = 8088
subnet_id = "${openstack_networking_subnet_v2.subnet_1.id}"
backup = true
monitor_address = "192.168.199.111"
monitor_port = 8088
subnet_id = "${openstack_networking_subnet_v2.subnet_1.id}"
backup = true
}
timeouts {
Expand Down

0 comments on commit d599c84

Please sign in to comment.