Skip to content

Commit

Permalink
Merge pull request #89 from lorengordon/deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Nov 23, 2020
2 parents 5ef92e3 + b97544d commit 3a7e361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.0
current_version = 4.1.1
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ data "aws_iam_policy_document" "kms_key_policy" {
variable = "kms:CallerAccount"

values = [
"${data.aws_caller_identity.current[0].account_id}"
data.aws_caller_identity.current[0].account_id
]
}

Expand Down

0 comments on commit 3a7e361

Please sign in to comment.