Skip to content

Commit

Permalink
docs/provider: Document new endpoint customizations in Custom Service…
Browse files Browse the repository at this point in the history
… Endpoints Guide

References:

* hashicorp#8092
* hashicorp#8096 (comment)
  • Loading branch information
bflad committed Apr 1, 2019
1 parent 520c43f commit e94940d
Showing 1 changed file with 83 additions and 2 deletions.
85 changes: 83 additions & 2 deletions website/docs/guides/custom-service-endpoints.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,117 @@ If multiple, different Terraform AWS Provider configurations are required, see t
The Terraform AWS Provider allows the following endpoints to be customized:

- `acm`
- `acmpca`
- `apigateway`
- `applicationautoscaling`
- `appmesh`
- `appsync`
- `athena`
- `autoscaling`
- `backup`
- `batch`
- `budgets`
- `cloud9`
- `cloudformation`
- `cloudfront`
- `cloudhsm`
- `cloudsearch`
- `cloudtrail`
- `cloudwatch`
- `cloudwatchevents`
- `cloudwatchlogs`
- `codebuild`
- `codecommit`
- `codedeploy`
- `codepipeline`
- `cognitoidentity`
- `cognitoidp`
- `configservice`
- `cur`
- `datapipeline`
- `datasync`
- `dax`
- `devicefarm`
- `directconnect`
- `dlm`
- `dms`
- `docdb`
- `ds`
- `dynamodb`
- `ec2`
- `ecr`
- `ecs`
- `efs`
- `eks`
- `elasticache`
- `elasticbeanstalk`
- `elastictranscoder`
- `elb`
- `emr`
- `es`
- `firehose`
- `fms`
- `fsx`
- `gamelift`
- `glacier`
- `globalaccelerator`
- `glue`
- `guardduty`
- `iam`
- `kinesis_analytics`
- `inspector`
- `iot`
- `kafka`
- `kinesis_analytics` (**DEPRECATED** Use `kinesisanalytics` instead)
- `kinesis`
- `kinesisanalytics`
- `kms`
- `lambda`
- `r53`
- `lexmodels`
- `licensemanager`
- `lightsail`
- `macie`
- `mediaconnect`
- `mediaconvert`
- `medialive`
- `mediapackage`
- `mediastore`
- `mediastoredata`
- `mq`
- `neptune`
- `opsworks`
- `organizations`
- `pinpoint`
- `pricing`
- `r53` (**DEPRECATED** Use `route53` instead)
- `ram`
- `rds`
- `redshift`
- `resourcegroups`
- `route53`
- `route53resolver`
- `s3`
- `s3control`
- `sagemaker`
- `sdb`
- `secretsmanager`
- `securityhub`
- `serverlessrepo`
- `servicecatalog`
- `servicediscovery`
- `ses`
- `shield`
- `sns`
- `sqs`
- `ssm`
- `stepfunctions`
- `storagegateway`
- `sts`
- `swf`
- `transfer`
- `waf`
- `wafregional`
- `worklink`
- `workspaces`

## Connecting to Local AWS Compatible Solutions

Expand Down

0 comments on commit e94940d

Please sign in to comment.