From ec310754cda7593b86ed76e2c3f2b9d990132cba Mon Sep 17 00:00:00 2001 From: stack72 Date: Tue, 9 Aug 2016 15:43:02 +1200 Subject: [PATCH] provider/aws: Add the documentation for the new * resources to the ERB layout --- .../aws/resource_aws_rds_cluster_instance_test.go | 2 +- ...ad_balancer_backend_server_policy.html.markdown | 2 +- website/source/layouts/aws.erb | 14 +++++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/builtin/providers/aws/resource_aws_rds_cluster_instance_test.go b/builtin/providers/aws/resource_aws_rds_cluster_instance_test.go index 212fab1e54..12663a7029 100644 --- a/builtin/providers/aws/resource_aws_rds_cluster_instance_test.go +++ b/builtin/providers/aws/resource_aws_rds_cluster_instance_test.go @@ -187,7 +187,7 @@ func testAccCheckAWSClusterInstanceExists(n string, v *rds.DBInstance) resource. } } -func TestAccAWSCluster_withInstanceEnhancedMonitor(t *testing.T) { +func TestAccAWSRDSClusterInstance_withInstanceEnhancedMonitor(t *testing.T) { var v rds.DBInstance resource.Test(t, resource.TestCase{ diff --git a/website/source/docs/providers/aws/r/load_balancer_backend_server_policy.html.markdown b/website/source/docs/providers/aws/r/load_balancer_backend_server_policy.html.markdown index b135bda264..7b6177ac26 100644 --- a/website/source/docs/providers/aws/r/load_balancer_backend_server_policy.html.markdown +++ b/website/source/docs/providers/aws/r/load_balancer_backend_server_policy.html.markdown @@ -60,7 +60,7 @@ resource "aws_load_balancer_backend_server_policy" "wu-tang-backend-auth-policie } ``` -Where the file `pubkey` in the current directoy contains only the _public key_ of the certificate. +Where the file `pubkey` in the current directory contains only the _public key_ of the certificate. ``` cat wu-tang-ca.pem | openssl x509 -pubkey -noout | grep -v '\-\-\-\-' | tr -d '\n' > wu-tang-pubkey diff --git a/website/source/layouts/aws.erb b/website/source/layouts/aws.erb index 4eec00ae69..fe4f938fd4 100644 --- a/website/source/layouts/aws.erb +++ b/website/source/layouts/aws.erb @@ -193,7 +193,7 @@ - > + > EC2 Resources