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

add new separate terraform plans for staging and production #309

Merged
merged 18 commits into from
Nov 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete unused variable
  • Loading branch information
sastels committed Oct 29, 2021
commit 67edcd57113dbaae39861688a254387cb8b72008
4 changes: 0 additions & 4 deletions aws/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ variable "kms_arn" {
type = string
}

variable "rds_server_db_user" {
type = string
}

Comment on lines -9 to -12
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable is not used in the code. It was added in #282 where it was briefly used, but in the end the code that used it was deleted from the PR in 8b36b21 (it was in the secrets.tf file that was deleted in that commit)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning it up.

variable "rds_cluster_password" {
type = string
sensitive = true
Expand Down