gruntwork-io / terraform-google-sql

Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
https://gruntwork.io
Apache License 2.0
92 stars 103 forks source link

crash_safe_replication argument not supported #74

Closed nicolaelapteanu closed 1 year ago

nicolaelapteanu commented 3 years ago

When I use this module I get:

│ Error: Unsupported argument
│ 
│   on main.tf line 188, in resource "google_sql_database_instance" "failover_replica":
│  188:     crash_safe_replication = true
│ 
│ An argument named "crash_safe_replication" is not expected here.
╵
ERRO[0023] 1 error occurred:
        * exit status 1

This PR tends to remove it from Terraform manifest as I can not see it in the resource documentation of terraform

Etiene commented 2 years ago

Apologies for the delay in responding to this PR. Please see below:

Sunset notice

We believe there is an opportunity to create a truly outstanding developer experience for deploying to the cloud, however developing this vision requires that we temporarily limit our focus to just one cloud. Gruntwork has hundreds of customers currently using AWS, so we have temporarily suspended our maintenance efforts on this repo. Once we have implemented and validated our vision for the developer experience on the cloud, we look forward to picking this up. In the meantime, you are welcome to use this code in accordance with the open source license, however we will not be responding to GitHub Issues or Pull Requests.

If you wish to be the maintainer for this project, we are open to considering that. Please contact us at support@gruntwork.io.

MoonMoon1919 commented 1 year ago

Closing due to repo sunset