Skip to content

Commit

Permalink
name - change
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 authored Jul 9, 2019
1 parent 4b40ead commit 7a413ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "tags" {
# Resources

resource "aws_secretsmanager_secret" "secret" {
name = var.name
name_prefix = var.name
tags = var.tags
}

Expand Down

0 comments on commit 7a413ab

Please sign in to comment.