Skip to content

Commit

Permalink
Indentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-phansalkar-189 committed Jun 9, 2021
1 parent a3afe28 commit 475b88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package accurics

checkRotation365Days[crypto_key.id]
{
checkRotation365Days[crypto_key.id]{
crypto_key := input.google_kms_crypto_key[_]
to_number(trim(crypto_key.config.rotation_period, "s")) > 31536000
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package accurics

checkRotation90Days[crypto_key.id]
{
checkRotation90Days[crypto_key.id]{
crypto_key := input.google_kms_crypto_key[_]
to_number(trim(crypto_key.config.rotation_period, "s")) > 7776000
}

0 comments on commit 475b88d

Please sign in to comment.