Skip to content

Commit

Permalink
Fixed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
craigedmunds committed May 5, 2020
1 parent 4fdbd51 commit 6ec6d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_vpc_endpoint_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func resourceAwsVpcEndpointService() *schema.Resource {
"private_dns_name": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"service_name": {
Type: schema.TypeString,
Expand Down
3 changes: 1 addition & 2 deletions website/docs/d/vpc_endpoint_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ The arguments of this data source act as filters for querying the available VPC
The given filters must match exactly one VPC endpoint service whose data will be exported as attributes.

* `service` - (Optional) The common name of an AWS service (e.g. `s3`).
* `service_name` - (Optional) The service name that is specified when creating a VPC endpoint. For AWS services the service name is usually in the form `com.amazonaws.<region>.
<service>` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker.<region>.notebook`).
* `service_name` - (Optional) The service name that is specified when creating a VPC endpoint. For AWS services the service name is usually in the form `com.amazonaws.<region>.<service>` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker.<region>.notebook`).
* `private_dns_name` - (Optional) The private DNS name for the service.
* `filter` - (Optional) Configuration block(s) for filtering. Detailed below.
* `tags` - (Optional) A map of tags, each pair of which must exactly match a pair on the desired VPC Endpoint Service.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/waf_sql_injection_match_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ AWS WAF SQL Injection Match Set can be imported using their ID, e.g.

```
$ terraform import aws_waf_sql_injection_match_set.example a1b2c3d4-d5f6-7777-8888-9999aaaabbbbcccc
```
```

0 comments on commit 6ec6d00

Please sign in to comment.