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
the message An argument named "custom_certificates" is not expected here. Did you mean to define a block of type "custom_certificates"? you see is because you used argument syntax (the one with =) where block syntax were expected by terraform:
Hi @lkowalsk-akamai-com could you open this issue again?
I'm facing three problems when using property manager with declarative option.
In the
behavior -> origin
block I need to pass thecustom certificates
but Terraform is not accepting it:Terraform message: An argument named "custom_certificates" is not expected here. Did you mean to define a block of type "custom_certificates"?
In the
behavior -> cp_code
block I need to pass thecp_code_limits
but Terraform is not accepting it:Terraform message: An argument named "cp_code_limits" is not expected here. Did you mean to define a block of type "cp_code_limits"?
In the
behavior -> site_shield
block I need to pass thehas_mixed_hosts
andsrc
but Terraform is not accepting it:Terraform message: An argument named "has_mixed_hosts" is not expected here. An argument named "src" is not expected here.
The text was updated successfully, but these errors were encountered: