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

PostgreSQL module is not idempotent #46

Closed rgreinho closed 1 year ago

rgreinho commented 4 years ago

Every time the module is run, Terraform shows this message and acts as if there are changes to apply:

Terraform will perform the following actions:

  # module.commerce_db_staging.data.template_file.complete will be read during apply
  # (config refers to values not yet known)
 <= data "template_file" "complete"  {
      + id       = (known after apply)
      + rendered = (known after apply)
      + template = "true"
    }
hamann commented 3 years ago

@rgreinho Did you find a solution for this?

jsirianni commented 3 years ago

I have been dealing with this as well. I have learned to just ignore it, probably not the best solution.

Etiene commented 2 years ago

Apologies for the delay in responding to this issue. 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.

eak12913 commented 1 year ago

Closing due to repo sunset