Open soullivaneuh opened 1 year ago
Hi @soullivaneuh,
Thanks for raising this issue. I have been able to reproduce this both using the Terraform provider as well as with a simple cURL request. So the issue seems to be with the DigitalOcean DBaaS API itself rather than the provider. I've flagged this internally with the DBaaS team.
Bug Report
Describe the bug
Create the following digitalocean_database_cluster configuration:
Affected Resource(s)
Expected Behavior
The created database cluster should have a tag with the name of
var.environment
Actual Behavior
The created database cluster should have a tag with the name of
var.environment
, but twice.Steps to Reproduce
Terraform Configuration Files
Terraform version
Debug Output
Panic Output
Additional context
Important Factoids
References