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
$ terraform version
Terraform v1.1.9
on darwin_amd64
+ provider registry.terraform.io/huaweicloud/huaweicloud v1.60.1
Use-cases
CDN cache rule doesn't support follow_origin, url_parameter_type and url_parameter_value argument but the API document support
│ Error: Unsupported argument
│
│ on cdn.tf line 140, in resource "huaweicloud_cdn_domain" "domain_1":
│ 140: follow_origin = "on"
│
│ An argument named "follow_origin" is not expected here.
│ Error: Unsupported argument
│
│ on cdn.tf line 140, in resource "huaweicloud_cdn_domain" "domain_1":
│ 141: url_parameter_type = "reserve_params"
│
│ An argument named "url_parameter_type" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on cdn.tf line 141, in resource "huaweicloud_cdn_domain" "domain_1":
│ 142: url_parameter_value = "page"
│
│ An argument named "url_parameter_value" is not expected here.
Attempted Solutions
Proposal
References
The text was updated successfully, but these errors were encountered:
Current Terraform Version
Use-cases
CDN cache rule doesn't support follow_origin, url_parameter_type and url_parameter_value argument but the API document support
Attempted Solutions
Proposal
References
The text was updated successfully, but these errors were encountered: