gofmt fixes
This commit is contained in:
parent
fe668a1ac7
commit
9c27194ee1
|
@ -39,7 +39,7 @@ func TestAccComputeV2FloatingIP_attach(t *testing.T) {
|
||||||
|
|
||||||
resource "openstack_compute_instance_v2" "foo" {
|
resource "openstack_compute_instance_v2" "foo" {
|
||||||
name = "terraform-test"
|
name = "terraform-test"
|
||||||
security_groups = ["default"]
|
security_groups = ["default"]
|
||||||
floating_ip = "${openstack_compute_floatingip_v2.myip.address}"
|
floating_ip = "${openstack_compute_floatingip_v2.myip.address}"
|
||||||
|
|
||||||
network {
|
network {
|
||||||
|
|
|
@ -39,7 +39,7 @@ func TestAccNetworkingV2FloatingIP_attach(t *testing.T) {
|
||||||
|
|
||||||
resource "openstack_compute_instance_v2" "foo" {
|
resource "openstack_compute_instance_v2" "foo" {
|
||||||
name = "terraform-test"
|
name = "terraform-test"
|
||||||
security_groups = ["default"]
|
security_groups = ["default"]
|
||||||
floating_ip = "${openstack_networking_floatingip_v2.myip.address}"
|
floating_ip = "${openstack_networking_floatingip_v2.myip.address}"
|
||||||
|
|
||||||
network {
|
network {
|
||||||
|
|
Loading…
Reference in New Issue