IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
341 stars 671 forks source link

Change template identity iam_id from Required to Computed #5786

Closed Daniel-Byrne closed 1 week ago

Daniel-Byrne commented 1 week ago

Community Note

Relates OR Closes #0000

The iam_id is not a publicly documented parameter for the request and is not required by the API. Our logs indicate there is no recent usage of this parameter.

Output from acceptance testing:

â–¶ make testacc TEST=./ibm/service/iamidentity/resource_ibm_iam_trusted_profile_template_test.go
==> Checking that code complies with gofmt requirements...
=== RUN   TestAccIBMTrustedProfileTemplateBasic
--- PASS: TestAccIBMTrustedProfileTemplateBasic (57.97s)
=== RUN   TestAccIBMTrustedProfileTemplateVersionBasic
--- PASS: TestAccIBMTrustedProfileTemplateVersionBasic (36.24s)
=== RUN   TestAccIBMTrustedProfileTemplateAllArgs
--- PASS: TestAccIBMTrustedProfileTemplateAllArgs (80.24s)
PASS
ok      command-line-arguments  176.291s