We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5224fb3 commit 0abaa5dCopy full SHA for 0abaa5d
docs/resources/tem_domain.md
@@ -85,7 +85,7 @@ data "scaleway_tem_domain" "my_domain" {
85
name = var.domain_name
86
}
87
88
-resource "gitlab_project_variable" "smtp_host" {
+resource "gitlab_project_variable" "smtp_auth_user" {
89
key = "SMTP_AUTH_USER"
90
value = data.scaleway_tem_domain.my_domain.smtps_auth_user
91
templates/resources/tem_domain.md.tmpl
0 commit comments