File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ module "sm_userpass_secret" {
5151 # tfsec:ignore:general-secrets-no-plaintext-exposure
5252 secret_username = " artifactory-user" # checkov:skip=CKV_SECRET_6: does not require high entropy string as is static value
5353 secret_auto_rotation = false
54- secret_auto_rotation_interval = 0
55- secret_auto_rotation_unit = null
54+ secret_auto_rotation_interval = 1
55+ secret_auto_rotation_unit = " day "
5656 providers = {
5757 ibm = ibm.ibm- sm
5858 }
Original file line number Diff line number Diff line change @@ -382,8 +382,8 @@ module "sm_userpass_secret" {
382382 # tfsec:ignore:general-secrets-no-plaintext-exposure
383383 secret_username = " artifactory-user" # checkov:skip=CKV_SECRET_6: does not require high entropy string as is static value
384384 secret_auto_rotation = false
385- secret_auto_rotation_interval = 0
386- secret_auto_rotation_unit = null
385+ secret_auto_rotation_interval = 1
386+ secret_auto_rotation_unit = " day "
387387 providers = {
388388 ibm = ibm.ibm- sm
389389 }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ terraform {
1515 }
1616 ibm = {
1717 source = " IBM-Cloud/ibm"
18- version = " = 1.79.0 "
18+ version = " = 1.79.2 "
1919 }
2020 null = {
2121 source = " hashicorp/null"
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ module "sm_userpass_secret" {
2929 #tfsec:ignore:general-secrets-no-plaintext-exposure
3030 secret_username = "artifactory-user" # checkov:skip=CKV_SECRET_6: does not require high entropy string as is static value
3131 secret_auto_rotation = false
32- secret_auto_rotation_interval = 0
33- secret_auto_rotation_unit = null
32+ secret_auto_rotation_interval = 1
33+ secret_auto_rotation_unit = "day"
3434 providers = {
3535 ibm = ibm.ibm-sm
3636 }
You can’t perform that action at this time.
0 commit comments