Skip to content

Commit

Permalink
fix: terraform invalid character error
Browse files Browse the repository at this point in the history
  • Loading branch information
ngachung committed Jun 27, 2022
1 parent 071c153 commit e5bc21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="cumulus_lambda_functions",
version="1.5.7",
version="1.5.8",
packages=find_packages(),
install_requires=install_requires,
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage'],
Expand Down
2 changes: 1 addition & 1 deletion tf-module/unity-cumulus/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "log_level" {
type = string
default = '20'
default = "20"
description = "Lambda Log Level. Follow Python3 log level numbers info=20, warning=30, etc..."
}
variable "prefix" {
Expand Down

0 comments on commit e5bc21f

Please sign in to comment.