provider/aws: Fix typo in VPN Connection docs

Fixes #3241
This commit is contained in:
Clint Shryock 2015-09-17 14:28:09 -05:00
parent d0409f1f1e
commit b7cbd08e0c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ resource "aws_vpn_gateway" "vpn_gateway" {
resource "aws_customer_gateway" "customer_gateway" {
bgp_asn = 60000
ip_address = "172.0.0.1"
type = ipsec.1
type = "ipsec.1"
}
resource "aws_vpn_connection" "main" {