Closed revog closed 4 years ago
@revog please use partition name without /
, for getting certificate we are creating name like ~ + partition + ~ + name
@revog respective validation is added in :https://github.com/terraform-providers/terraform-provider-bigip/pull/258
@RavinderReddyF5 Great! Thanks for this information, indeed it does work now as expected :-)!
I am getting an error when using AS3 to create certs .. Terraform Version
Terraform v0.12.26
+ provider.bigip v1.2.1
+ provider.docker v2.7.1
provider.bigip v1.1.1
Using the f5 sample code from https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/examples.html#example-2-https-application https
**Terraform Configuration Files**
Can you share the logs along with terraform config ?
Terraform Version
Terraform v0.12.19
Terraform Configuration Files
Debug Output
terraform plan on GitHub Gist terraform apply output on GitHub Gist
Crash Output
crash.log on GitHub Gist
Expected Behavior
Resources should get created without any errors
Actual Behavior
Resources (SSL certificates - .crt, key & CA chain) get created on F5 BIG-IP but terraform process does crash. Strange part is, according to the terraform output, one ressource gets created without any problems - others throw an error:
But on the F5 all 3 resources got created successfully and are usable!
Steps to Reproduce
terraform init
terraform apply
Additional Context
Second execution of terraform apply leads to the following errors:
Why does Terraform think, that this resources do already exist and does not connect them to the terraform plan?
I also tried to do an import of an existing remote object - here terraform reports a non existing remote-object ?!