fix: aws credentials for plan

This commit is contained in:
2025-02-18 20:56:18 -05:00
parent eb91cf5052
commit e46795fd57
2 changed files with 3 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
variable "aws_region" {
type = string
description = "The AWS region things are created in."
sensitive = true
}
variable "aws_access" {
type = string
description = "The access key to generate the Gitea instance."
sensitive = true
}
variable "aws_secret" {
type = string
description = "The access secret to generate the Gitea instance."
sensitive = true
}