Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tfstate-backend: var.enable_server_side_encryption is not used anymore #976

Open
hans-d opened this issue Feb 7, 2024 · 0 comments
Open
Labels
bug 🐛 An issue with the system

Comments

@hans-d
Copy link
Contributor

hans-d commented Feb 7, 2024

Describe the Bug

var.enable_server_side_encryption is not used anymore (commented out in main.tf to the upstream component).

Should be marked as deprecated.

Expected Behavior

Variable to be removed / deprecated

Steps to Reproduce

see code

Screenshots

No response

Environment

No response

Additional Context

variable "enable_server_side_encryption" {
type = bool
description = "Enable DynamoDB and S3 server-side encryption"
default = true
}

// enable_server_side_encryption = var.enable_server_side_encryption

@hans-d hans-d added the bug 🐛 An issue with the system label Feb 7, 2024
@hans-d hans-d changed the title var.enable_server_side_encryption is not used anymore tfstate-backend: var.enable_server_side_encryption is not used anymore Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant