From ce29a73101e4beabf49515c9bb88e3f942789274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Szczygie=C5=82?= Date: Fri, 6 Mar 2020 22:40:53 +0100 Subject: [PATCH] docs/resource/aws_launch_template: Fix typo (#12244) --- website/docs/r/launch_template.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/launch_template.html.markdown b/website/docs/r/launch_template.html.markdown index e8b89c724dae..db3a6f62f993 100644 --- a/website/docs/r/launch_template.html.markdown +++ b/website/docs/r/launch_template.html.markdown @@ -275,8 +275,8 @@ Each `network_interfaces` block supports the following: * `ipv6_address_count` - The number of IPv6 addresses to assign to a network interface. Conflicts with `ipv6_addresses` * `network_interface_id` - The ID of the network interface to attach. * `private_ip_address` - The primary private IPv4 address. -* `ipv4_address_count` - The number of secondary private IPv4 addresses to assign to a network interface. Conflicts with `ipv4_address_count` -* `ipv4_addresses` - One or more private IPv4 addresses to associate. Conflicts with `ipv4_addresses` +* `ipv4_address_count` - The number of secondary private IPv4 addresses to assign to a network interface. Conflicts with `ipv4_addresses` +* `ipv4_addresses` - One or more private IPv4 addresses to associate. Conflicts with `ipv4_address_count` * `security_groups` - A list of security group IDs to associate. * `subnet_id` - The VPC Subnet ID to associate.