From 99e9dca41380699bf3a752d6927892d66a940717 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 27 Jan 2016 11:46:46 -0600 Subject: [PATCH] fix some typos --- .../aws/resource_aws_opsworks_custom_layer_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go index 191a49556d..c71d0249b1 100644 --- a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go +++ b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go @@ -181,7 +181,7 @@ resource "aws_security_group" "tf-ops-acc-layer2" { protocol = "icmp" cidr_blocks = ["0.0.0.0/0"] } -}`, name) +}`, name, name) } func testAccAwsOpsworksCustomLayerConfigCreate(name string) string { @@ -192,7 +192,7 @@ provider "aws" { resource "aws_opsworks_custom_layer" "tf-acc" { stack_id = "${aws_opsworks_stack.tf-acc.id}" - name = "tf-ops-acc-custom-layer" + name = "%s" short_name = "tf-ops-acc-custom-layer" auto_assign_public_ips = true custom_security_group_ids = [ @@ -238,7 +238,7 @@ resource "aws_security_group" "tf-ops-acc-layer3" { } resource "aws_opsworks_custom_layer" "tf-acc" { stack_id = "${aws_opsworks_stack.tf-acc.id}" - name = "tf-ops-acc-custom-layer" + name = "%s" short_name = "tf-ops-acc-custom-layer" auto_assign_public_ips = true custom_security_group_ids = [