terraform-provider-oci
terraform-provider-oci copied to clipboard
Can't find oci_identity_tag_definition in the terraform documentation
I'm trying to create a oci_identity_tag_default resource as described on the terraform page it says that the tag_definition_id field is required, I don't know what is a tag_definition_id and the example shows that I can retrieve from a oci_identity_tag_definition resource but there is no documentation about a oci_identity_tag_definition resource, I tried to search it on the documentation and also in google and find nothing about this resource.
I think this is a typo, and it should state oci_identity_tag.test_tag_definition.id
.