Browse the Repo

file-type-icondata-stores
file-type-iconlambda
file-type-iconmgmt
file-type-iconnetworking
file-type-iconsecurity
file-type-iconservices
file-type-iconasg-service
file-type-iconbeanstalk-service
file-type-iconecs-cluster
file-type-iconecs-service-with-alb
file-type-iconeks-cluster
file-type-iconeks-core-services
file-type-iconk8s-namespace
file-type-iconk8s-service
file-type-icontemplates
file-type-iconREADME.md
file-type-icondependencies.tf
file-type-iconmain.tf
file-type-iconvariables.tf
file-type-iconstatic-website
file-type-icontls-scripts
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconREADME.md

Browse the Repo

file-type-icondata-stores
file-type-iconlambda
file-type-iconmgmt
file-type-iconnetworking
file-type-iconsecurity
file-type-iconservices
file-type-iconasg-service
file-type-iconbeanstalk-service
file-type-iconecs-cluster
file-type-iconecs-service-with-alb
file-type-iconeks-cluster
file-type-iconeks-core-services
file-type-iconk8s-namespace
file-type-iconk8s-service
file-type-icontemplates
file-type-iconREADME.md
file-type-icondependencies.tf
file-type-iconmain.tf
file-type-iconvariables.tf
file-type-iconstatic-website
file-type-icontls-scripts
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconREADME.md
Example Infrastructure Modules

Example Infrastructure Modules

Example Reference Architecture Infrastructure Modules.

Code Preview

Preview the Code

mobile file icon

variables.tf

down
  • #---------------------------------------------------------------------------------------------------------------------
  • # REQUIRED MODULE PARAMETERS
  • # These variables must be passed in by the operator.
  • # ---------------------------------------------------------------------------------------------------------------------
  • # AWS Information
  • variable "aws_account_id" {
  • description = "The ID of the AWS Account in which to create resources."
  • type = string
  • }
  • variable "aws_region" {
  • description = "The AWS region where the EKS cluster lives."
  • type = string
  • }
  • variable "terraform_state_aws_region" {
  • description = "The AWS region of the S3 bucket used to store Terraform remote state"
  • type = string
  • }
  • variable "terraform_state_s3_bucket" {
  • description = "The name of the S3 bucket used to store Terraform remote state"
  • type = string

Questions? Ask away.

We're here to talk about our services, answer any questions, give advice, or just to chat.

Ready to hand off the Gruntwork?