Skip to content

Commit

Permalink
Remove TGW beta banner from docs for GA (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nombiezinja authored Jun 4, 2021
1 parent 32d485f commit 7304bc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
5 changes: 3 additions & 2 deletions docs/data-sources/aws_transit_gateway_attachment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcp_aws_transit_gateway_attachment Data Source - terraform-provider-hcp"
subcategory: ""
description: |-
Expand All @@ -7,8 +8,6 @@ description: |-

# hcp_aws_transit_gateway_attachment (Data Source)

-> **Note:** This feature is currently in private beta. If you would like early access, please [contact our sales team](https://www.hashicorp.com/contact-sales).

The AWS transit gateway attachment data source provides information about an existing transit gateway attachment.

## Example Usage
Expand Down Expand Up @@ -52,3 +51,5 @@ data "hcp_aws_transit_gateway_attachment" "test" {
Optional:

- **default** (String)


2 changes: 0 additions & 2 deletions docs/resources/aws_transit_gateway_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: |-

# hcp_aws_transit_gateway_attachment (Resource)

-> **Note:** This feature is currently in private beta. If you would like early access, please [contact our sales team](https://www.hashicorp.com/contact-sales).

The AWS transit gateway attachment resource allows you to manage a transit gateway attachment. The transit gateway attachment attaches an HVN to a user-owned transit gateway in AWS. Note that the HVN and transit gateway must be located in the same AWS region.

## Example Usage
Expand Down
18 changes: 0 additions & 18 deletions templates/data-sources/aws_transit_gateway_attachment.md.tmpl

This file was deleted.

2 changes: 0 additions & 2 deletions templates/resources/aws_transit_gateway_attachment.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: |-

# {{.Type}} ({{.Name}})

-> **Note:** This feature is currently in private beta. If you would like early access, please [contact our sales team](https://www.hashicorp.com/contact-sales).

{{ .Description | trimspace }}

## Example Usage
Expand Down

0 comments on commit 7304bc1

Please sign in to comment.