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

Moderator rds #126

Merged
merged 4 commits into from
Jan 29, 2024
Merged

Moderator rds #126

merged 4 commits into from
Jan 29, 2024

Conversation

Basma1912
Copy link
Contributor

updating the RDS cert for moderator prod

@Basma1912 Basma1912 requested a review from a team January 29, 2024 20:29
@@ -33,10 +33,10 @@ resource "aws_db_instance" "moderator" {
max_allocated_storage = var.mysql_storage_max
multi_az = var.environment == "prod" ? true : false
allow_major_version_upgrade = true
name = var.project
Copy link
Member

Choose a reason for hiding this comment

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

Do we not need the name anymore?

Copy link
Contributor Author

@Basma1912 Basma1912 Jan 29, 2024

Choose a reason for hiding this comment

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

@bkochendorfer yes - the name argument was deprecated
│ on mysql.tf line 36, in resource "aws_db_instance" "moderator":
│ 36: name = var.project

│ An argument named "name" is not expected here.

@Basma1912 Basma1912 merged commit 7655c03 into main Jan 29, 2024
2 checks passed
@Basma1912 Basma1912 deleted the moderator-RDS branch January 29, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants