From c83022e7ac4f0d5529bb5add0a248f30d6d6d701 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Sat, 27 Jan 2024 14:46:46 +0200 Subject: [PATCH] fix invalid tf --- exoscale-instance-type/README.md | 6 +++--- exoscale-zone/README.md | 6 +++--- jfrog-oauth/README.md | 2 +- jfrog-token/README.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/exoscale-instance-type/README.md b/exoscale-instance-type/README.md index 000df16..365fc34 100644 --- a/exoscale-instance-type/README.md +++ b/exoscale-instance-type/README.md @@ -23,7 +23,7 @@ module "exoscale-instance-type" { resource "exoscale_compute_instance" "instance" { type = module.exoscale-instance-type.value - ... + # ... } resource "coder_metadata" "workspace_info" { @@ -57,7 +57,7 @@ module "exoscale-instance-type" { resource "exoscale_compute_instance" "instance" { type = module.exoscale-instance-type.value - ... + # ... } resource "coder_metadata" "workspace_info" { @@ -94,7 +94,7 @@ module "exoscale-instance-type" { resource "exoscale_compute_instance" "instance" { type = module.exoscale-instance-type.value - ... + # ... } resource "coder_metadata" "workspace_info" { diff --git a/exoscale-zone/README.md b/exoscale-zone/README.md index b0617fd..1efeecb 100644 --- a/exoscale-zone/README.md +++ b/exoscale-zone/README.md @@ -29,7 +29,7 @@ data "exoscale_compute_template" "my_template" { resource "exoscale_compute_instance" "instance" { zone = module.exoscale-zone.value - .... + # ... } ``` @@ -61,7 +61,7 @@ data "exoscale_compute_template" "my_template" { resource "exoscale_compute_instance" "instance" { zone = module.exoscale-zone.value - .... + # ... } ``` @@ -85,7 +85,7 @@ data "exoscale_compute_template" "my_template" { resource "exoscale_compute_instance" "instance" { zone = module.exoscale-zone.value - .... + # ... } ``` diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 24cfd3a..796adde 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -89,7 +89,7 @@ JFrog Access token is also available as a terraform output. You can use it in ot ```tf provider "docker" { - ... + # ... registry_auth { address = "https://example.jfrog.io/artifactory/api/docker/REPO-KEY" username = module.jfrog.username diff --git a/jfrog-token/README.md b/jfrog-token/README.md index 5ec3cfe..d428c3e 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -94,7 +94,7 @@ JFrog Access token is also available as a terraform output. You can use it in ot ```tf provider "docker" { - ... + # ... registry_auth { address = "https://YYYY.jfrog.io/artifactory/api/docker/REPO-KEY" username = module.jfrog.username