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

Issue to use thunder_file_ssl_cert_key (Resource) 1.1.0 #68

Open
sleminov-tc opened this issue Mar 7, 2023 · 0 comments
Open

Issue to use thunder_file_ssl_cert_key (Resource) 1.1.0 #68

sleminov-tc opened this issue Mar 7, 2023 · 0 comments

Comments

@sleminov-tc
Copy link

I was using 0.5.21-beta version without any issues. However with major version change the interface of many resources had changed.
Wonder what is current way of uploading cert key pair to a10?

Previously
resource "thunder_file_ssl_cert_key" "cert_key" {
file = "filename.zip"
file_handle = "filename.zip"
file_local_path = "path/to/filename.zip"
action = "import"
}

Now
resource "thunder_file_ssl_cert_key" "cert_key" {
host = "is this a10 device host"
name = "path/to/filename.zip"
path = "what this path is for"
protocol = "https"
use_mgmt_port = 1
}

Seems like there is no enough explanation in docs.

Please help

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