Skip to content

Commit 7d55e30

Browse files
authored
fix: remove computed field (#6288)
1 parent 4c01b2e commit 7d55e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibm/service/cdtoolchain/resource_ibm_cd_toolchain_tool_cos.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func ResourceIBMCdToolchainToolCos() *schema.Resource {
6262
"auth_type": &schema.Schema{
6363
Type: schema.TypeString,
6464
Optional: true,
65-
Computed: true,
6665
Description: "The authentication type. Options are `apikey` IBM Cloud API Key or `hmac` HMAC (Hash Message Authentication Code). The default is `apikey`.",
6766
},
6867
"cos_api_key": &schema.Schema{

0 commit comments

Comments
 (0)