provider/aws: Add the documentation for the new * resources to the ERB layout
This commit is contained in:
parent
f5714ab5a9
commit
ec310754cd
|
@ -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{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
</li>
|
||||
|
||||
|
||||
<li<%= sidebar_current(/^docs-aws-resource-(ami|app|autoscaling|ebs|elb|eip|instance|launch|lb|proxy|spot|volume|placement|key-pair|elb_attachment)/) %>>
|
||||
<li<%= sidebar_current(/^docs-aws-resource-(ami|app|autoscaling|ebs|elb|eip|instance|launch|lb|proxy|spot|volume|placement|key-pair|elb_attachment|load-balancer)/) %>>
|
||||
<a href="#">EC2 Resources</a>
|
||||
<ul class="nav nav-visible">
|
||||
|
||||
|
@ -273,6 +273,18 @@
|
|||
<a href="/docs/providers/aws/r/lb_cookie_stickiness_policy.html">aws_lb_cookie_stickiness_policy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-load-balancer-backend-server-policy") %>>
|
||||
<a href="/docs/providers/aws/r/load_balancer_backend_server_policy.html">aws_load_balancer_backend_server_policy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-load-balancer-listener-policy") %>>
|
||||
<a href="/docs/providers/aws/r/load_balancer_listener_policy.html">aws_load_balancer_listener_policy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-load-balancer-policy") %>>
|
||||
<a href="/docs/providers/aws/r/load_balancer_policy.html">aws_load_balancer_policy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-placement-group") %>>
|
||||
<a href="/docs/providers/aws/r/placement_group.html">aws_placement_group</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue