diff --git a/ahoskingit/terraform/.terraform.lock.hcl b/ahoskingit/terraform/.terraform.lock.hcl index e9d7b24..bb6956d 100644 --- a/ahoskingit/terraform/.terraform.lock.hcl +++ b/ahoskingit/terraform/.terraform.lock.hcl @@ -6,6 +6,7 @@ provider "registry.terraform.io/cloudflare/cloudflare" { constraints = "~> 3.0" hashes = [ "h1:oTTfUShNNcDCOxlXP2XiNleQYHmWswesQFCuicwQztw=", + "h1:pb7gfJMtamHcmsNTAdB4V6iYWuXFLx3CErxqx2f+DXs=", "zh:0dd08c3336b3198e30158b61605674eefbc0b8e331ad8f25322ce1889fd2d8a7", "zh:196d80c7ae594f1b6140de02ecb101ec1afd7e45877be849ace73866f3fcb689", "zh:37bc087b5e858a92faf03c994cfbc4c906b0afecb7df2ff25961b394f3013cc0", @@ -28,6 +29,7 @@ provider "registry.terraform.io/hashicorp/aws" { constraints = "~> 3.0" hashes = [ "h1:++H0a4igODgreQL3SJuRz71JZkC69rl41R8xLYM894o=", + "h1:OuaWibxL7IoGHmX6xuhO2XvYJcr+DJNr9pnVjaUiMrw=", "zh:11c2ee541ca1da923356c9225575ba294523d7b6af82d6171c912470ef0f90cd", "zh:19fe975993664252b4a2ff1079546f2b186b01d1a025a94a4f15c37e023806c5", "zh:442e7fc145b2debebe9279b283d07f5f736dc1776c2e5b1702728a6eb03789d0", diff --git a/ahoskingit/terraform/variables.tf b/ahoskingit/terraform/variables.tf index 34bc527..9a9d3f3 100644 --- a/ahoskingit/terraform/variables.tf +++ b/ahoskingit/terraform/variables.tf @@ -37,5 +37,6 @@ variable "environment" {} variable "ahosking_com_cnames" { default = ["code", "radarr", "sonarr", "ombi", "git", - "monitors", "tv", "movies", "money", "period"] + "monitors", "tv", "movies", "money", "cycles", "minecraft", + "homeassistant"] } diff --git a/orchestration.clouds.code-workspace b/orchestration.clouds.code-workspace index 6922e77..ea8d8de 100644 --- a/orchestration.clouds.code-workspace +++ b/orchestration.clouds.code-workspace @@ -22,7 +22,8 @@ "activityBar.activeBackground": "#ef7853", "sash.hoverBorder": "#ef7853", "statusBarItem.remoteBackground": "#eb5424", - "statusBarItem.remoteForeground": "#e7e7e7" + "statusBarItem.remoteForeground": "#e7e7e7", + "commandCenter.border": "#e7e7e799" }, "peacock.color": "#eb5424" }