Skip to content

Commit edecb01

Browse files
Update stackit/internal/services/albcertificates/certificate/resource.go
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 3224e02 commit edecb01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/resources/alb_certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ page_title: "stackit_alb_certificate Resource - stackit"
44
subcategory: ""
55
description: |-
66
Setting up supporting infrastructure
7-
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the the automatic creation of a TLS certificate resource.
7+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the automatic creation of a TLS certificate resource.
88
---
99

1010
# stackit_alb_certificate (Resource)
1111

1212
## Setting up supporting infrastructure
1313

1414

15-
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the the automatic creation of a TLS certificate resource.
15+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the automatic creation of a TLS certificate resource.
1616

1717
## Example Usage
1818

stackit/internal/services/albcertificates/certificate/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (r *certificatesResource) Schema(_ context.Context, _ resource.SchemaReques
130130
MarkdownDescription: `
131131
## Setting up supporting infrastructure` + "\n" + `
132132
133-
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the the automatic creation of a TLS certificate resource.
133+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the automatic creation of a TLS certificate resource.
134134
`,
135135
Attributes: map[string]schema.Attribute{
136136
"id": schema.StringAttribute{

0 commit comments

Comments
 (0)