We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cb12f commit f140614Copy full SHA for f140614
terraform/core/variables.tf
@@ -10,6 +10,4 @@ variable "resource_prefix" {
10
11
variable "DISCORD_TOKEN" {}
12
variable "DISCORD_GUILD_ID" {}
13
-variable "AWS_ACCESS_KEY" {}
14
-variable "AWS_SECRET_ACCESS_KEY" {}
15
variable "SERPAPI_TOKEN" {}
terraform/repositories/variables.tf
@@ -6,7 +6,4 @@ variable "region" {
6
variable "resource_prefix" {
7
description = "Prefix for resources"
8
default = "discord-bot"
9
-}
-
+}
0 commit comments