Skip to content

Commit

Permalink
feature #1 - format ssm and variables tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent ac10cfd commit 4bb9115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions terraform/ssm.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_ssm_parameter" "ssm-exchange-rate-token" {
name = "/sbf/external/api/exchangerate/token"
type = "String"
value = "custom.token"
name = "/sbf/external/api/exchangerate/token"
type = "String"
value = "custom.token"
}
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "ENV" {
type = string
type = string
description = "Environment"
default = null
default = null
}

0 comments on commit 4bb9115

Please sign in to comment.