You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# ibm_cis_mtls_app.de_pilot_acceptance_dare_mtls_app will be updated in-place
~ resource "ibm_cis_mtls_app" "de_pilot_acceptance_dare_mtls_app" {
+ cert_rule_val = "CA root certificate"
+ common_rule_val = "vnb.dmz-aws-equigy.dare-system.de"
+ domain = "transnetbw-de-pilot-acceptance.cbp-equigy.com"
id = "7fa14488-1179-431b-a13f-d299dfd0d055:7f9a2926-b469-424a-993e-66d6c6ef0377:7f9d6451d97176ecd6c9828f22b47a0d:crn:v1:bluemix:public:internet-svcs:global:a/97472e4d4f35453c943a2c7f9dbd717d:ea13d212-ea74-4127-a72a-f9500fc8fb1b::"
+ name = "transnetbw-de-pilot-acceptance"
+ policy_decision = "non_identity"
+ policy_name = "Default policy"
+ session_duration = "24h"
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Expected Behavior
Patched the ibm_cis_mtls_app as per the plan
Actual Behavior
Terraform fails to execute plan.
Trace logs show an error {"code": "CIS-FRT-00005", "message": "property 'domain' is a required property"}.
As we can see in the plan above the property domain is filled in and does not seem to be coherent with the error message in the trace.
Steps to Reproduce
Create file with a ibm_cis_mtls_app resource filling in all required properties.
Create terraform plan
terraform apply
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraformversion : v1.4.5
IBM provider version: 1.58.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/PJ-ISC/abb024f555a4427404d78702592edbfd
Terraform plan
Expected Behavior
Patched the ibm_cis_mtls_app as per the plan
Actual Behavior
Terraform fails to execute plan.
Trace logs show an error
{"code": "CIS-FRT-00005", "message": "property 'domain' is a required property"}
.As we can see in the plan above the property
domain
is filled in and does not seem to be coherent with the error message in the trace.Steps to Reproduce
ibm_cis_mtls_app
resource filling in all required properties.terraform apply
The text was updated successfully, but these errors were encountered: