Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jul 12, 2024
1 parent d5e4105 commit b656856
Showing 1 changed file with 6 additions and 32 deletions.
38 changes: 6 additions & 32 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ variable "skip_final_snapshot" {
variable "options" {
description = "A list of Options to apply"
type = any
default = [{
option_name = "SQLSERVER_BACKUP_RESTORE"
option_settings = [{
name = "IAM_ROLE_ARN"
value = "arn:aws:iam::654654444899:role/delegatedadmin/developer/qmms2-np-s3-integration-np" # db-s3-role dependency
}]
default = [{
option_name = "SQLSERVER_BACKUP_RESTORE"
option_settings = [{
name = "IAM_ROLE_ARN"
value = "arn:aws:iam::654654444899:role/delegatedadmin/developer/qmms2-np-s3-integration-np" # db-s3-role dependency
}]
}]
}

variable "subnet_group_name_override" {
Expand Down Expand Up @@ -217,12 +217,6 @@ variable "role_description" {
default = null
}

variable "policy_name_prefix" {
description = "IAM policy name prefix"
type = string
default = "AmazonEKS_"
}

variable "role_policy_arns" {
description = "ARNs of any policies to attach to the IAM role"
type = map(string)
Expand Down Expand Up @@ -267,24 +261,4 @@ variable "aws_id" {



################################################################################
# Policies
################################################################################
variable "app_name" {
description = "App name (ie. Flux, Velero, etc.)"
type = string
default = ""
}

# S3
variable "attach_s3_policy" {
description = "Determines whether to attach the S3 to the role"
type = bool
default = false
}

variable "s3_bucket_arns" {
description = "List of S3 Bucket ARNs to allow access to"
type = list(string)
default = [""]
}

0 comments on commit b656856

Please sign in to comment.