Skip to content

Commit

Permalink
Merge pull request #237 from jonfairbanks/fix/missing-dependencies
Browse files Browse the repository at this point in the history
Fix type
  • Loading branch information
jonfairbanks authored Oct 13, 2024
2 parents d69a483 + 12cb809 commit 3978c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "aws" {
/* Get Secrets */
/* ------------------------- */

resource "aws_secretsmanager_secret" "yo_api_mongo_uri" {
data "aws_secretsmanager_secret" "yo_api_mongo_uri" {
name = "yo-api-mongo-uri"
}

Expand Down

0 comments on commit 3978c02

Please sign in to comment.