Skip to content

Commit f140614

Browse files
committed
updating to use OIDC
1 parent 22cb12f commit f140614

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

terraform/core/variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ variable "resource_prefix" {
1010

1111
variable "DISCORD_TOKEN" {}
1212
variable "DISCORD_GUILD_ID" {}
13-
variable "AWS_ACCESS_KEY" {}
14-
variable "AWS_SECRET_ACCESS_KEY" {}
1513
variable "SERPAPI_TOKEN" {}

terraform/repositories/variables.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ variable "region" {
66
variable "resource_prefix" {
77
description = "Prefix for resources"
88
default = "discord-bot"
9-
}
10-
11-
variable "AWS_ACCESS_KEY" {}
12-
variable "AWS_SECRET_ACCESS_KEY" {}
9+
}

0 commit comments

Comments
 (0)