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 creating an cloud sql instance and while writing a terraform script, I have mentioned edition = "ENTERPRISE_PLUS" under the setting attribute, but while doing plan, I am getting the error that this field is not supported at this place whereas, I can see in the document of this google_sql_database_instance resource, it's mentioned there.
The text was updated successfully, but these errors were encountered:
│ Error: Unsupported argument
│
│ on ../modules/cloud-sql/main.tf line 27, in resource "google_sql_database_instance" "cloud_sql_instance":
│ 27: edition = "ENTERPRISE_PLUS"
│
│ An argument named "edition" is not expected here.
Question
I am creating an cloud sql instance and while writing a terraform script, I have mentioned edition = "ENTERPRISE_PLUS" under the setting attribute, but while doing plan, I am getting the error that this field is not supported at this place whereas, I can see in the document of this google_sql_database_instance resource, it's mentioned there.
The text was updated successfully, but these errors were encountered: