Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For information on how to manage your ECS cluster, see the documentation in the

module "ecs_cluster" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -439,7 +439,7 @@ module "ecs_cluster" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -1439,6 +1439,6 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/ecs-cluster/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "a3a5cab04dd67bcb4cefb85cb542482f"
"hash": "66eebde4bd4fe49a194da2343a31d71f"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For information on how to manage your ECS cluster, see the documentation in the

module "ecs_fargate_cluster" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -141,7 +141,7 @@ module "ecs_fargate_cluster" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -241,6 +241,6 @@ The name of the ECS cluster.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/ecs-fargate-cluster/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "918005c5b717c8f860711c087774a0ce"
"hash": "8ebd0666be226190cf845e7ff33b5070"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ For information on how to manage your ECS service, see the documentation in the

module "ecs_service" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -610,7 +610,7 @@ module "ecs_service" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2904,6 +2904,6 @@ The names of the ECS service's load balancer's target groups
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/ecs-service/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "579b0c7fa74ea921d8e8d2e74f020274"
"hash": "2d896cff185e00a98cf2245313584b39"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ If you want to deploy this repo in production, check out the following resources

module "eks_core_services" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-core-services?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-core-services?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -524,7 +524,7 @@ module "eks_core_services" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-core-services?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-core-services?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2288,6 +2288,6 @@ A list of names of Kubernetes PriorityClass objects created by this module.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/eks-core-services/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "dc57c02f2508f437ff6a775193104d76"
"hash": "0cbe317e10351b79b641c1ca998fae8a"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ to Pod, how to upgrade your EKS cluster, and more, see the documentation in the

module "eks_workers" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-workers?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-workers?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -630,7 +630,7 @@ module "eks_workers" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-workers?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-workers?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2664,6 +2664,6 @@ The list of names of the ASGs that were deployed to act as EKS workers.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/eks-workers/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "ae0ef5a89208a749fcd78f0bd4d9cd1c"
"hash": "6e288759e29c59cc4c11248c08acb834"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/app-orchestration/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ To add and manage additional worker groups, refer to the [eks-workers module](/r

module "eks_cluster" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-cluster?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -805,7 +805,7 @@ module "eks_cluster" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-cluster?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-cluster?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -3507,6 +3507,6 @@ The ID of the AWS Security Group associated with the self-managed EKS workers.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/eks-cluster/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "e471b753e623165ad85c557d8195d012"
"hash": "75d183f6c26792952fc4598da1d614d6"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you want to deploy this repo in production, check out the following resources

module "asg_service" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/asg-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/asg-service?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -450,7 +450,7 @@ module "asg_service" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/asg-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/asg-service?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2042,6 +2042,6 @@ The ID of the Security Group that belongs to the ASG.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/asg-service/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "6209d70110770a8f93a73d8d243391bb"
"hash": "570b88a18b22d5498b7ff9ff2799d898"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/app-orchestration/ec-2-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you want to deploy this repo in production, check out the following resources

module "ec_2_instance" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ec2-instance?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ec2-instance?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -431,7 +431,7 @@ module "ec_2_instance" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ec2-instance?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ec2-instance?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -1461,6 +1461,6 @@ The input parameters for the EBS volumes.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/ec2-instance/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "97b58f2ca18515aad42eecddcd602897"
"hash": "cbe0fabd98d614c8ac91d79b38f29b4c"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/app-orchestration/helm-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you want to deploy this repo in production, check out the following resources

module "helm_service" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/helm-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/helm-service?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -195,7 +195,7 @@ module "helm_service" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/helm-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/helm-service?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -488,6 +488,6 @@ Number of seconds to wait for Pods to become healthy before marking the deployme
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/helm-service/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "bc4eb57bdf6f60b7d70e563112fcbfd4"
"hash": "a69037d4e520b6f2dd8404c7b3c3e64f"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/app-orchestration/karpenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you want to deploy this repo in production, check out the following resources

module "eks_karpenter" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-karpenter?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-karpenter?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -223,7 +223,7 @@ module "eks_karpenter" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/eks-karpenter?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/eks-karpenter?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -645,6 +645,6 @@ The name of the Karpenter Node IAM Role.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/eks-karpenter/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "acc0117e1e4fbad90fb64989e6e0cb2e"
"hash": "f6aa713da19ae4643a4bad5cf73bba48"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If you want to deploy this repo in production, check out the following resources

module "k_8_s_namespace" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/k8s-namespace?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/k8s-namespace?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -166,7 +166,7 @@ module "k_8_s_namespace" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/k8s-namespace?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/k8s-namespace?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -433,6 +433,6 @@ The name of the rbac role that grants read only permissions on the namespace.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/k8s-namespace/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "7d9a8ad2a218687ebe49b26fc3dd2dff"
"hash": "2fa144f4f420e907704cda9f47f79627"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you want to deploy this repo in production, check out the following resources

module "k_8_s_service" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/k8s-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/k8s-service?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -509,7 +509,7 @@ module "k_8_s_service" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/k8s-service?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/k8s-service?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2051,6 +2051,6 @@ Number of seconds to wait for Pods to become healthy before marking the deployme
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/k8s-service/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "1ab6edf33e45ba26ad544c978a422dfb"
"hash": "f6f2735b2f49d90e1cf1a830ef648013"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/app-orchestration/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you want to deploy this repo in production, check out the following resources

module "lambda" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/lambda?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/lambda?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -390,7 +390,7 @@ module "lambda" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/lambda?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/lambda?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -1376,6 +1376,6 @@ Latest published version of your Lambda Function
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/lambda/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "7fcf5c65eaf8089c0b353b142f67e1a1"
"hash": "66aa595036d6a641e759bd4c3fc10d86"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ If you want to deploy this repo in production, check out the following resources

module "public_static_website" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/public-static-website?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/public-static-website?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -325,7 +325,7 @@ module "public_static_website" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/public-static-website?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/services/public-static-website?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -1064,6 +1064,6 @@ The ARN of the created S3 bucket associated with the website.
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/services/public-static-website/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "eca87735333d24b7b11791bf86e27edf"
"hash": "035575714cf4b47c69323ff212a70007"
}
##DOCS-SOURCER-END -->
6 changes: 3 additions & 3 deletions docs/reference/services/ci-cd-pipeline/ecs-deploy-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you want to deploy this repo in production, check out the following resources

module "ecs_deploy_runner" {

source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-deploy-runner?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/mgmt/ecs-deploy-runner?ref=v0.105.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -440,7 +440,7 @@ module "ecs_deploy_runner" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-deploy-runner?ref=v0.105.1"
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/mgmt/ecs-deploy-runner?ref=v0.105.1"
}

inputs = {
Expand Down Expand Up @@ -2546,6 +2546,6 @@ Security Group ID of the ECS task
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.1/modules/mgmt/ecs-deploy-runner/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "7b9c5576c2fbdfa3b15acc09a96fcc18"
"hash": "46640d70b6b0f83cf0d31931783bec8a"
}
##DOCS-SOURCER-END -->
Loading