Missing URN
attribute in digitalocean_container_registry
#1238
Labels
do-api
Depends on changes to the DigitalOcean API
Is your feature request related to a problem? Please describe.
I'm trying to attach Container registry to my project using OpenTofu. However it looks like that
digitalocean_project_resources
requiresURN
id in order to attach it to selected project.In terms of code:
Which ends up w/ error that there is no
URN
attribute fordigitalocean_container_registry
and quick documentation search confirms it.Describe the solution you'd like
digitalocean_container_registry
should haveURN
attribute as other Digital Ocean resources.Describe alternatives you've considered
In terms of TF: None as my TF skills are pretty limited :)
Others: Using UI which suggests that Container Registry cannot by assigned to a project?
Additional context
I'm using 2.42.0 release
I would be happy with any TF workaround.
The text was updated successfully, but these errors were encountered: