Skip to content

Commit

Permalink
Terraform formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Nov 22, 2023
1 parent e867776 commit bd378ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/sns.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_sns_topic" "alarms" {
name = var.sns_topic_alarms
name = var.sns_topic_alarms
kms_master_key_id = "alias/aws/sns"

tags = {
Expand Down

0 comments on commit bd378ae

Please sign in to comment.