Skip to content

Commit

Permalink
infra: unused TF vars awsRuntimeAccessKeyId and awsRuntimeSecretAcces…
Browse files Browse the repository at this point in the history
…sKey removed
  • Loading branch information
kevin-lonestone committed Oct 17, 2024
1 parent e830f3a commit 93dbd51
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 126 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/reusable-deploy-to-netlify.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/review-rag.yml

This file was deleted.

2 changes: 1 addition & 1 deletion base
Submodule base updated from 042d7b to 94da9a
3 changes: 0 additions & 3 deletions cooppilot/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ module "base" {

openai_api_key = var.openai_api_key

awsRuntimeAccessKeyId = var.awsRuntimeAccessKeyId
awsRuntimeSecretAccessKey = var.awsRuntimeSecretAccessKey

harvest_access_token = var.harvest_access_token
forecast_account_id = var.forecast_account_id
forecast_api_url = var.forecast_api_url
Expand Down
3 changes: 0 additions & 3 deletions cooppilot/infra/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ db_name = "vectordb"
db_user = ""
db_pwd = ""

awsRuntimeAccessKeyId = ""
awsRuntimeSecretAccessKey = ""

openai_api_key = ""
harvest_access_token = ""
forecast_account_id = ""
Expand Down
9 changes: 0 additions & 9 deletions cooppilot/infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ variable "db_pwd" {
sensitive = true
}

variable "awsRuntimeAccessKeyId" {
type = string
sensitive = true
}
variable "awsRuntimeSecretAccessKey" {
type = string
sensitive = true
}

variable "openai_api_key" {
type = string
sensitive = true
Expand Down

0 comments on commit 93dbd51

Please sign in to comment.