Open adam-kulagowski opened 1 month ago
Others: Using UI which suggests that Container Registry cannot by assigned to a project?
That's correct. This is currently a product limitation. A Container Registry cannot be assigned to a project at this time. When that changes, we'll be sure to support it here in Terraform.
Ah, that explains it. Thanks for the clarification :)
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.