-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE-08] Support ACM Certificates (#13)
* [ISSUE-08] Support ACM Certificates * [ISSUE-08] Fix mock plan * [ISSUE-08] Support ACM Certificates * [ISSUE-08] Support ACM Certificates * [ISSUE-08] Add certificate validation * [ISSUE-08] Add certificate validation * [ISSUE-08] Support ACM Certificates * [ISSUE-08] Require provider for ACM certificate * [ISSUE-08] Require provider for ACM certificate * [ISSUE-08] Communication between CF and S3 can only be HTTP * [ISSUE-08] Communication between CF and S3 can only be HTTP * [ISSUE-08] Communication between CF and S3 can only be HTTP * [ISSUE-08] Communication between CF and S3 can only be HTTP
- Loading branch information
Showing
10 changed files
with
238 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
module "test_website" { | ||
source = "../../" | ||
name_prefix = "test-website" | ||
website_domain_name = "test.com" | ||
enable_cloudfront = true | ||
source = "../../" | ||
name_prefix = "test-website" | ||
|
||
providers = { | ||
aws.main = aws.main | ||
aws.acm_provider = aws.acm_provider | ||
} | ||
|
||
website_domain_name = "test.com" | ||
enable_cloudfront = true | ||
create_acm_certificate = true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.