Skip to content

Commit 143a67e

Browse files
uturunku1ctrombley
andauthored
Update internal/provider/resource_tfe_saml_settings.go
Co-authored-by: Chris Trombley <[email protected]>
1 parent 2728f52 commit 143a67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_saml_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func modelFromTFEAdminSAMLSettings(v tfe.AdminSAMLSetting, privateKey types.Stri
9494
m.PrivateKey = privateKey
9595
}
9696

97-
// Don't retrieve values if write-only is being used. Unset the hmac key field before updating the state.
97+
// Don't retrieve values if write-only is being used. Unset the private key field before updating the state.
9898
if isWriteOnly {
9999
m.PrivateKey = types.StringValue("")
100100
}

0 commit comments

Comments
 (0)