File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright {yyyy} {name of copyright owner}
189+ Copyright 2017 Cloud Posse, LLC
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- # tf-eb-environment
1+ # terraform-aws-elastic-beanstalk-environment
2+
3+ Terraform module to provision AWS Elastic Beanstalk environment
4+
5+ ## License
6+
7+ Apache 2 License. See [ ` LICENSE ` ] ( LICENSE ) for full details.
Original file line number Diff line number Diff line change 11# Define composite variables for resources
22module "label" {
3- source = " git::https://github.com/cloudposse/tf_label .git?ref=tags/0.2.0 "
3+ source = " git::https://github.com/cloudposse/terraform-null-label .git?ref=tags/0.2.1 "
44 namespace = " ${ var . namespace } "
55 name = " ${ var . name } "
66 stage = " ${ var . stage } "
@@ -903,7 +903,7 @@ resource "aws_s3_bucket" "elb_logs" {
903903}
904904
905905module "tld" {
906- source = " git::https://github.com/cloudposse/tf_hostname .git?ref=tags/0.1.0 "
906+ source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname .git?ref=tags/0.1.1 "
907907 namespace = " ${ var . namespace } "
908908 name = " ${ var . name } "
909909 stage = " ${ var . stage } "
You can’t perform that action at this time.
0 commit comments