zitadel / terraform-provider-zitadel

Official Terraform provider for ZITADEL
https://zitadel.com
Apache License 2.0
21 stars 13 forks source link

Activate smtp config not possible #183

Open yajo10 opened 1 month ago

yajo10 commented 1 month ago

Preflight Checklist

Describe your problem

Hey, I'm trying to activate a smtp configuration via terraform. I can create a new smtp config via the corresponding terraform resource.

resource zitadel_smtp_config smtp {
  sender_address = var.smtp_sender_address
  sender_name    = var.smtp_sender_name
  tls            = true
  host           = var.smtp_host_port
  user           = var.smtp_login_user
  password       = var.smtp_login_password
}

Is there any possibility to activate it within terraform? Currently I always have to log in first and activate the smtp provider manual. Thanks in advance.

Describe your ideal solution

As a administrator I want to be able to activate a smtp configuration.

Version

1.2.0

Additional Context

As I asked in the chat https://discord.com/channels/927474939156643850/1246564216769613834 this is currently not possible.