Skip to content

Commit

Permalink
doc/ds/service: Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jan 11, 2021
1 parent af303e9 commit c9c344b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/d/service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Use this data source to compose and decompose AWS service DNS names.
## Example Usage

### Get Service DNS Name

```hcl
data "aws_region" "current" {}
Expand All @@ -23,13 +24,15 @@ data "aws_service" "test" {
```

### Use Service Reverse DNS Name to Get Components

```hcl
data "aws_service" "s3" {
reverse_dns_name = "cn.com.amazonaws.cn-north-1.s3"
}
```

### Determine Regional Support for a Service

```hcl
data "aws_service" "s3" {
reverse_dns_name = "com.amazonaws.us-gov-west-1.waf"
Expand Down

0 comments on commit c9c344b

Please sign in to comment.