Skip to content

Commit 0abaa5d

Browse files
authored
docs: fix duplicate gitlab_project_variable resource names in tem_domain example (#3389)
1 parent 5224fb3 commit 0abaa5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/tem_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ data "scaleway_tem_domain" "my_domain" {
8585
name = var.domain_name
8686
}
8787
88-
resource "gitlab_project_variable" "smtp_host" {
88+
resource "gitlab_project_variable" "smtp_auth_user" {
8989
key = "SMTP_AUTH_USER"
9090
value = data.scaleway_tem_domain.my_domain.smtps_auth_user
9191
}

templates/resources/tem_domain.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ data "scaleway_tem_domain" "my_domain" {
8585
name = var.domain_name
8686
}
8787

88-
resource "gitlab_project_variable" "smtp_host" {
88+
resource "gitlab_project_variable" "smtp_auth_user" {
8989
key = "SMTP_AUTH_USER"
9090
value = data.scaleway_tem_domain.my_domain.smtps_auth_user
9191
}

0 commit comments

Comments
 (0)