@@ -42,8 +42,8 @@ func TestAccCloudflareAccessOrganization(t *testing.T) {
42
42
resource .TestCheckResourceAttr (name , "name" , testAuthDomain ()),
43
43
resource .TestCheckResourceAttr (name , "auth_domain" , rnd + "-" + testAuthDomain ()),
44
44
resource .TestCheckResourceAttr (name , "is_ui_read_only" , "false" ),
45
- // resource.TestCheckResourceAttr(name, "user_seat_expiration_inactive_time", "1460h"),
46
- // resource.TestCheckNoResourceAttr (name, "auto_redirect_to_identity"),
45
+ resource .TestCheckResourceAttr (name , "user_seat_expiration_inactive_time" , "1460h" ),
46
+ resource .TestCheckResourceAttr (name , "auto_redirect_to_identity" , "false " ),
47
47
resource .TestCheckResourceAttr (name , "login_design.background_color" , "#FFFFFF" ),
48
48
resource .TestCheckResourceAttr (name , "login_design.text_color" , "#000000" ),
49
49
resource .TestCheckResourceAttr (name , "login_design.logo_path" , "https://example.com/logo.png" ),
@@ -106,7 +106,7 @@ func accessOrgImportStateCheck(instanceStates []*terraform.InstanceState) error
106
106
}{
107
107
{field : consts .AccountIDSchemaKey , stateValue : attrs [consts .AccountIDSchemaKey ], expectedValue : accountID },
108
108
{field : "is_ui_read_only" , stateValue : attrs ["is_ui_read_only" ], expectedValue : "false" },
109
- // {field: "user_seat_expiration_inactive_time", stateValue: attrs["user_seat_expiration_inactive_time"], expectedValue: "1460h"},
109
+ {field : "user_seat_expiration_inactive_time" , stateValue : attrs ["user_seat_expiration_inactive_time" ], expectedValue : "1460h" },
110
110
{field : "login_design.background_color" , stateValue : attrs ["login_design.background_color" ], expectedValue : "#FFFFFF" },
111
111
}
112
112
@@ -149,7 +149,7 @@ func accessOrgImportStateCheckEmpty(instanceStates []*terraform.InstanceState) e
149
149
{field : consts .AccountIDSchemaKey , stateValue : attrs [consts .AccountIDSchemaKey ], expectedValue : accountID },
150
150
{field : "is_ui_read_only" , stateValue : attrs ["is_ui_read_only" ], expectedValue : "false" },
151
151
{field : "auto_redirect_to_identity" , stateValue : attrs ["auto_redirect_to_identity" ], expectedValue : "false" },
152
- // {field: "user_seat_expiration_inactive_time", stateValue: attrs["user_seat_expiration_inactive_time"], expectedValue: "1460h "},
152
+ {field : "user_seat_expiration_inactive_time" , stateValue : attrs ["user_seat_expiration_inactive_time" ], expectedValue : "" },
153
153
}
154
154
155
155
for _ , check := range stateChecks {
0 commit comments