Skip to content

Commit 80b7a1e

Browse files
authored
Update index.mdx
update new frontmatter
1 parent 1f1a939 commit 80b7a1e

File tree

1 file changed

+3
-7
lines changed
  • tutorials/terraform-dynamic-gitlab-runner

1 file changed

+3
-7
lines changed

tutorials/terraform-dynamic-gitlab-runner/index.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
2-
meta:
3-
title: Dynamically create and destroy GitLab runner using Terraform
4-
description: How to dynamically create and destroy GitLab runner using Scaleway Terraform provider
5-
content:
6-
h1: Dynamically create and destroy GitLab runner using Terraform
7-
paragraph: How to dynamically create and destroy GitLab runner using Scaleway Terraform provider
2+
title: Dynamically create and destroy GitLab runner using Terraform
3+
description: How to dynamically create and destroy GitLab runner using Scaleway Terraform provider
84
tags: automation terraform instances GitLab ci-cd
95
categories:
106
- instances
@@ -322,4 +318,4 @@ If you want to use a custom instance image, you can edit the `main.tf` file as b
322318
type = var.instance_type
323319
image = data.scaleway_instance_image.my_image.id
324320
325-
// ...
321+
// ...

0 commit comments

Comments
 (0)