Skip to content

Commit 45d76e4

Browse files
author
Karol Stepniewski
committed
Fix a typo in openstack network example
OpenStack port uses "fixed_ip" property to specify Fixed IP addresses, but network example incorrectly uses "fixed_ipS" key.
1 parent c628dd9 commit 45d76e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/openstack/r/networking_network_v2.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "openstack_networking_port_v2" "port_1" {
4242
admin_state_up = "true"
4343
security_groups = ["${openstack_compute_secgroup_v2.secgroup_1.id}"]
4444
45-
fixed_ips {
45+
fixed_ip {
4646
"subnet_id" = "008ba151-0b8c-4a67-98b5-0d2b87666062"
4747
"ip_address" = "172.24.4.2"
4848
}

0 commit comments

Comments
 (0)