Skip to content
New issue

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

[New Resource]: Container Registry Resource #469

Open
GTRekter opened this issue Oct 24, 2024 · 0 comments
Open

[New Resource]: Container Registry Resource #469

GTRekter opened this issue Oct 24, 2024 · 0 comments

Comments

@GTRekter
Copy link

GTRekter commented Oct 24, 2024

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

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
}

References

https://www.ncloud.com/product/containers/containerRegistry

Would you like to implement a fix?

None

@GTRekter GTRekter changed the title [Feature]: Container Registry Resource [New Resource]: Container Registry Resource Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant