Skip to content

Commit e5d3819

Browse files
authored
Rename Repo, fix README.md, fix LICENSE (#10)
1 parent d512545 commit e5d3819

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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.

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define composite variables for resources
22
module "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

905905
module "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}"

0 commit comments

Comments
 (0)