Gauthier Wallet
cdc3fa8337
provider/aws: Added conflictsWith for API GW Domain Name certificate_arn ( #12649 )
2017-03-13 19:50:44 +02:00
Paul Stack
41c27082bb
provider/aws: Add support for ACM certificates to ( #12592 )
...
api_gateway_domain_name
Fixes : #12566
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSAPIGatewayDomainName_' ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/10 19:32:31 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSAPIGatewayDomainName_ -timeout 120m
=== RUN TestAccAWSAPIGatewayDomainName_basic
--- PASS: TestAccAWSAPIGatewayDomainName_basic (54.06s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 54.091s
```
2017-03-13 11:43:28 +02:00
Ninir
5e3477664d
provider/aws: Forces the api gateway domain name certificates to recreate the resource ( #10588 )
2016-12-07 22:51:44 +01:00
Ninir
4b25837dd0
provider/aws: FIxed the api_gw_domain_name replace operation ( #10179 )
2016-12-07 21:47:20 +01:00
clint shryock
d120e1a38a
provider/aws: Fix TestAccAWSAPIGatewayDomainName_basic test
2016-11-02 16:23:39 -05:00
Ninir
ef5ceb9681
Exposed aws_api_gw_domain_name.certificate_upload_date attribute ( #9533 )
2016-10-25 16:07:08 +01:00
Radek Simko
302982c335
provider/aws: Remove unsafe ptr dereferencing [A-C]* ( #8519 )
2016-08-28 19:25:30 +01:00
Jarrod Jackson
7010973c5a
provider/aws: aws_api_gateway_domain_name resource implementation
...
API Gateway allows users to "claim" a domain name for use as a custom
hostname for deployed API endpoints. The domain name resource just claims
the domain name; a user would then use a "base path mapping" resource
(to be implemented in a later commit) to map a particular API to a
particular path prefix on that domain.
The acceptance tests contain some TLS certificates that expire in 2026;
we'll need to generate some more certificates before we get there.
2016-08-22 11:40:33 -07:00