Skip to content

Commit

Permalink
system status fixing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent 2e67f56 commit 24d769f
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 39 deletions.
22 changes: 0 additions & 22 deletions aws/system_status/variables.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
variable "billing_tag_value" {
type = string
description = "Identifies the billing code."
}

variable "schedule_expression" {
type = string
description = "This aws cloudwatch event rule scheule expression that specifies when the scheduler runs."
}

variable "sns_alert_warning_arn" {
type = string
}
Expand All @@ -32,12 +22,6 @@ variable "system_status_docker_tag" {
default = "bootstrap"
}

variable "app_db_user_password" {
type = string
sensitive = true
description = "Password for rds cluster"
}

variable "database_read_only_proxy_endpoint" {
type = string
description = "Base read only endpoint for rds proxy"
Expand All @@ -50,9 +34,3 @@ variable "eks_cluster_securitygroup" {
variable "vpc_private_subnets" {
type = list(any)
}

variable "bootstrap" {
type = bool
description = "Set this to true to deploy the bootstrap image"
default = false
}
6 changes: 0 additions & 6 deletions aws/system_status_static_site/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
variable "billing_tag_value" {
type = string
description = "The value of the billing tag"

}

module "system_status_static_site" {
source = "github.com/cds-snc/terraform-modules//simple_static_website?ref=v9.6.4"

Expand Down
10 changes: 0 additions & 10 deletions aws/system_status_static_site/variables.tf
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
variable "route53_zone_id" {
type = string
description = "Used by the scratch environment to reference cdssandbox in staging"
}

variable "force_destroy_s3" {
type = bool
description = "Force destroy the s3 bucket. Not advised for production."
default = false
}
71 changes: 71 additions & 0 deletions env/staging/system_status/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 27 additions & 1 deletion env/staging/system_status_static_site/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24d769f

Please sign in to comment.