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

Implement remaining fields for certificate_template resource #33

Open
aidy opened this issue Feb 10, 2025 · 2 comments
Open

Implement remaining fields for certificate_template resource #33

aidy opened this issue Feb 10, 2025 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aidy
Copy link
Collaborator

aidy commented Feb 10, 2025

I only implemented a minimal set of fields[0] as a proof of concept.
We should implement the remaining fields, and allow the defaults to be overridden.

https://developer.venafi.com/tlsprotectcloud/reference/certificateissuingtemplate_create

[0] This is probably true for all resources, but especially for this one

@hawksight
Copy link
Member

@hawksight hawksight added enhancement New feature or request good first issue Good for newcomers labels Feb 11, 2025
@aidy
Copy link
Collaborator Author

aidy commented Feb 11, 2025

fwiw, for those particular fields, I was playing with an interface for this that looked like:

resource "tlspc_certificate_template" "foo" {
    subject_regexes {
        cn = [".*"]
        o   = [".*"]
        ...
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants