diff --git a/.build-harness b/.build-harness deleted file mode 100644 index 5834360..0000000 --- a/.build-harness +++ /dev/null @@ -1,19 +0,0 @@ -export SHELL = /bin/bash -export BUILD_HARNESS_ORG ?= cloudposse -export BUILD_HARNESS_PROJECT ?= build-harness -export BUILD_HARNESS_BRANCH ?= master -export BUILD_HARNESS_PATH ?= $(shell until [ -d "$(BUILD_HARNESS_PROJECT)" ] || [ "`pwd`" == '/' ]; do cd ..; done; pwd)/$(BUILD_HARNESS_PROJECT) --include $(BUILD_HARNESS_PATH)/Makefile - -.PHONY : init -## Init build-harness -init:: - @curl --retry 5 --fail --silent --retry-delay 1 https://raw.githubusercontent.com/$(BUILD_HARNESS_ORG)/$(BUILD_HARNESS_PROJECT)/$(BUILD_HARNESS_BRANCH)/bin/install.sh | \ - bash -s "$(BUILD_HARNESS_ORG)" "$(BUILD_HARNESS_PROJECT)" "$(BUILD_HARNESS_BRANCH)" - -.PHONY : clean -## Clean build-harness -clean:: - @[ "$(BUILD_HARNESS_PATH)" == '/' ] || \ - [ "$(BUILD_HARNESS_PATH)" == '.' ] || \ - echo rm -rf $(BUILD_HARNESS_PATH) diff --git a/README.md b/README.md index 5cf3c95..202100d 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Available targets: Check out these related projects. -- [terraform-aws-route53-alias](https://github.com/cloudposse/terraform-aws-route53-alias) - TTerraform Module to Define Vanity Host/Domain (e.g. `brand.com`) as an ALIAS record -- [terraform-aws-route53-cluster-zone](https://github.com/cloudposse/terraform-aws-route53-cluster-zone) - Terraform Cluster Domain (e.g. `prod.ourcompany.com`) +- [terraform-aws-route53-alias](https://github.com/cloudposse/terraform-aws-route53-alias) - Terraform module to define vanity host/domain (e.g. `brand.com`) as an ALIAS record +- [terraform-aws-route53-cluster-zone](https://github.com/cloudposse/terraform-aws-route53-cluster-zone) - Terraform module to provision cluster domain (e.g. `prod.ourcompany.com`) - [terraform-aws-kops-route53](https://github.com/cloudposse/terraform-aws-kops-route53) - Terraform module to lookup the IAM role associated with `kops` masters, and attach an IAM policy to the role with permissions to modify Route53 record sets diff --git a/README.yaml b/README.yaml index fdc0705..f61ab7b 100644 --- a/README.yaml +++ b/README.yaml @@ -30,10 +30,10 @@ badges: related: - name: "terraform-aws-route53-alias" - description: "TTerraform Module to Define Vanity Host/Domain (e.g. `brand.com`) as an ALIAS record" + description: "Terraform module to define vanity host/domain (e.g. `brand.com`) as an ALIAS record" url: "https://github.com/cloudposse/terraform-aws-route53-alias" - name: "terraform-aws-route53-cluster-zone" - description: "Terraform Cluster Domain (e.g. `prod.ourcompany.com`)" + description: "Terraform module to provision cluster domain (e.g. `prod.ourcompany.com`)" url: "https://github.com/cloudposse/terraform-aws-route53-cluster-zone" - name: "terraform-aws-kops-route53" description: "Terraform module to lookup the IAM role associated with `kops` masters, and attach an IAM policy to the role with permissions to modify Route53 record sets" @@ -58,4 +58,4 @@ contributors: - name: "Lucas Pearson" github: "pearson-lucas-dev" - name: "Daren Desjardins" - github: "darend" \ No newline at end of file + github: "darend" diff --git a/build-harness b/build-harness deleted file mode 160000 index 17b052b..0000000 --- a/build-harness +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 17b052bb53da80b80acbf3b7dc3c5e32bbfeb16b