ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
35 stars 24 forks source link

State Locking support #14

Closed LiviusP closed 3 years ago

LiviusP commented 3 years ago

Please add support for S3 state locking

https://www.terraform.io/docs/language/state/locking.html

worldofgeese commented 3 years ago

@dq-peytz implemented our S3 backend to store state on an IONOS provisioned S3 bucket. We at Famly would really like to see state locking supported.

mflorin commented 3 years ago

@worldofgeese @LiviusP - Not sure what we can do about that at the provider level. State locking is a core terraform feature depending only on the implementation of the S3 backend to support locking. This is not controlled by the provider - this ticket should be closed here and maybe reopened in the infrastructure queue that deals with the S3 backend we're using on our cloud.

worldofgeese commented 3 years ago

@mflorin I met with Paul McCutcheon at IONOS and he was able confirm that state locking has recently been implemented. A usage document was sent to me by Ev Sarny. I think this ticket is safe to close. Thank you to the IONOS team 🙏🏻.