Skip to content

Commit

Permalink
fix: clickhouse_url resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed May 18, 2024
1 parent 3a56409 commit 801477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ resource "aws_secretsmanager_secret" "ooniclickhouse_url" {
}

// TODO(decfox): replace with working ooniclickhouse_url
resource "aws_secretsmanager_secret_version" "oonipg_url" {
resource "aws_secretsmanager_secret_version" "ooniclickhouse_url" {
secret_id = aws_secretsmanager_secret.ooniclickhouse_url.id
secret_string = ""
}
Expand Down

0 comments on commit 801477d

Please sign in to comment.