Skip to content

Commit

Permalink
docs/provider: tfproviderdocs modernization for new tag resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 24, 2021
1 parent 7a88ce5 commit 2f777f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/dynamodb_tag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Manages an individual DynamoDB resource tag. This resource should only be used i

## Example Usage

```hcl
```terraform
provider "aws" {
region = "us-west-2"
}
Expand Down Expand Up @@ -57,7 +57,7 @@ The following arguments are supported:
* `key` - (Required) Tag name.
* `value` - (Required) Tag value.

## Attribute Reference
## Attributes Reference

In addition to all arguments above, the following attributes are exported:

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/ecs_tag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Manages an individual ECS resource tag. This resource should only be used in cas

## Example Usage

```hcl
```terraform
resource "aws_batch_compute_environment" "example" {
compute_environment_name = "example"
service_role = "${aws_iam_role.example.arn}"
Expand All @@ -38,7 +38,7 @@ The following arguments are supported:
* `key` - (Required) Tag name.
* `value` - (Required) Tag value.

## Attribute Reference
## Attributes Reference

In addition to all arguments above, the following attributes are exported:

Expand Down

0 comments on commit 2f777f6

Please sign in to comment.