We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As user, I would like to create a container registry resource using Terraform cofiguration, so that I can store my images on NCloud.
Resource not present in the provider
resource "ncloud_nks_container_registry" "container_registry" { name = "dev-container-001" bucket_name = "dev-bucker-001" } variable "name" { description = "Name of the Container Registry" type = string } variable "bucket_name" { description = "Name of the Bucket Object Storage" type = string }
https://www.ncloud.com/product/containers/containerRegistry
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As user, I would like to create a container registry resource using Terraform cofiguration, so that I can store my images on NCloud.
Affected Resource(s) and/or Data Source(s)
Resource not present in the provider
Potential Terraform Configuration
References
https://www.ncloud.com/product/containers/containerRegistry
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: