From f276f0b15d97430d12b7121ea14ae8522eaa151d Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 10 Nov 2021 12:10:16 -0500 Subject: [PATCH] fix --- examples/full-cluster/README.md | 22 +------------------ .../full-cluster/settings.auto.tfvars.example | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/examples/full-cluster/README.md b/examples/full-cluster/README.md index b7607b5..72fa9ac 100644 --- a/examples/full-cluster/README.md +++ b/examples/full-cluster/README.md @@ -1,24 +1,4 @@ -# About - -This directory constructs the appropriate resources for an EKS cluster for ADSD Cumulus in the DICE-DEV environent.` - -# Application Information - -* Application: {name of application} -* Organization: {division} -* Project: {project} -* Point of Contact(s): {username list} -* Creation Date: {yyyy-mm-dd} -* References: - * Requirements: {url} - * Remedy Ticket: {number} - * Other: {url} -* Related Configurations: - * {directory-path} - -# Application Requirements - -# Terraform Directions +# EKS Full Cluster Example There are a number of steps to end up with a cluster. diff --git a/examples/full-cluster/settings.auto.tfvars.example b/examples/full-cluster/settings.auto.tfvars.example index b73fe44..ead3d65 100644 --- a/examples/full-cluster/settings.auto.tfvars.example +++ b/examples/full-cluster/settings.auto.tfvars.example @@ -1,4 +1,4 @@ -cluster_name = "org-project-env +cluster_name = "org-project-env" cluster_version = "1.21" region = "us-gov-east-1" domain = "org-project-env.env.domain.census.gov"