hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
451 stars 535 forks source link

[Docs]: MFA type is not documented #2272

Closed RRcwhiting closed 3 weeks ago

RRcwhiting commented 3 weeks ago

Documentation Link

https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/identity_mfa_okta#type

Description

The value of MFA type is not documented. What options are there? do they need to be uppercase or lowercase?

References

No response

Would you like to implement a fix?

No

fairclothjm commented 3 weeks ago

@RRcwhiting The type attribute is exported. This is not a field that you set in your config. Resource instances managed by Terraform each export attributes whose values can be used elsewhere in configuration.

https://developer.hashicorp.com/terraform/language/values/outputs