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
I am re-using this code as it is.
i am getting this error.
terraform plan
│ Error: Call to unknown function
│
│ on main.tf line 7, in locals:
│ 7: mysqlserver_settings = defaults(var.mariadb_settings, {
│ 8: charset = "utf8"
│ 9: collation = "utf8_general_ci"
│ 10: })
│ ├────────────────
│ │ var.mariadb_settings is a object
│
│ There is no function named "defaults".
Can you please suggest how to solve this @kumarvna
The text was updated successfully, but these errors were encountered:
Hi,
I am re-using this code as it is.
i am getting this error.
terraform plan
Can you please suggest how to solve this
@kumarvna
The text was updated successfully, but these errors were encountered: