Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Commit 7e06728

Browse files
committed
Remove null-label since not being used anymore
It is in use in all the submodule we call and we delegate down to them for naming.
1 parent 2bb4d2a commit 7e06728

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ Are you using this project or any of our other projects? Consider [leaving a tes
196196

197197
Check out these related projects.
198198

199-
- [terraform-null-label](https://github.com/cloudposse/terraform-null-label) - Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
200199
- [terraform-aws-rds-cluster](https://github.com/cloudposse/terraform-aws-rds-cluster) - Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
201200
- [terraform-aws-route53-cluster-hostname](https://github.com/cloudposse/terraform-aws-route53-cluster-hostname) - Terraform module to define a consistent AWS Route53 hostname
202201
- [terraform-aws-kops-metadata](https://github.com/cloudposse/terraform-aws-kops-metadata) - Terraform module to lookup resources within a Kops cluster for easier integration with Terraform

README.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ badges:
2929
url: "https://slack.cloudposse.com"
3030

3131
related:
32-
- name: "terraform-null-label"
33-
description: "Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])"
34-
url: "https://github.com/cloudposse/terraform-null-label"
3532
- name: "terraform-aws-rds-cluster"
3633
description: "Terraform module to provision an RDS Aurora cluster for MySQL or Postgres"
3734
url: "https://github.com/cloudposse/terraform-aws-rds-cluster"

main.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,6 @@ variable "enabled" {
9797
description = "Set to false to prevent the module from creating any resources"
9898
}
9999

100-
module "label" {
101-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.5"
102-
namespace = "${var.namespace}"
103-
name = "${var.name}"
104-
stage = "${var.stage}"
105-
delimiter = "${var.delimiter}"
106-
attributes = "${var.attributes}"
107-
tags = "${var.tags}"
108-
enabled = "${var.enabled}"
109-
}
110-
111100
data "aws_region" "current" {}
112101

113102
data "aws_availability_zones" "available" {}

0 commit comments

Comments
 (0)