From b54388a4f0f2d81ee7544eefc4cb17df00e14e23 Mon Sep 17 00:00:00 2001 From: Jonathan Remy Date: Mon, 6 Oct 2025 05:41:14 +0200 Subject: [PATCH] docs: fix duplicate gitlab_project_variable resource names in tem_domain example --- docs/resources/tem_domain.md | 2 +- templates/resources/tem_domain.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/tem_domain.md b/docs/resources/tem_domain.md index 289730c95..156f12b36 100644 --- a/docs/resources/tem_domain.md +++ b/docs/resources/tem_domain.md @@ -85,7 +85,7 @@ data "scaleway_tem_domain" "my_domain" { name = var.domain_name } -resource "gitlab_project_variable" "smtp_host" { +resource "gitlab_project_variable" "smtp_auth_user" { key = "SMTP_AUTH_USER" value = data.scaleway_tem_domain.my_domain.smtps_auth_user } diff --git a/templates/resources/tem_domain.md.tmpl b/templates/resources/tem_domain.md.tmpl index 289730c95..156f12b36 100644 --- a/templates/resources/tem_domain.md.tmpl +++ b/templates/resources/tem_domain.md.tmpl @@ -85,7 +85,7 @@ data "scaleway_tem_domain" "my_domain" { name = var.domain_name } -resource "gitlab_project_variable" "smtp_host" { +resource "gitlab_project_variable" "smtp_auth_user" { key = "SMTP_AUTH_USER" value = data.scaleway_tem_domain.my_domain.smtps_auth_user }