From 0c232dc1037e3086892502a8e2ef53390dbd5736 Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Sun, 28 Jul 2024 23:33:53 +0200 Subject: [PATCH] linting --- okta_authenticators.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/okta_authenticators.tf b/okta_authenticators.tf index 8d09eba..8f04373 100644 --- a/okta_authenticators.tf +++ b/okta_authenticators.tf @@ -16,6 +16,7 @@ resource "okta_authenticator" "okta_password" { key = "okta_password" legacy_ignore_name = false name = "Password" + status = "ACTIVE" settings = jsonencode({ "allowedFor" : "authentication"