From 87d8989229660a134247d8c5625d72a128ab3bb6 Mon Sep 17 00:00:00 2001 From: Talina Shrotriya <5362897+Talina06@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:14:57 -0800 Subject: [PATCH] Update source in all example files --- Makefile | 2 +- README.md | 2 +- examples/allowlist/main.tf | 2 +- examples/apikey/main.tf | 2 +- examples/appservice/main.tf | 2 +- examples/backup/main.tf | 2 +- examples/backup_schedule/main.tf | 2 +- examples/bucket/main.tf | 2 +- examples/certificate/main.tf | 2 +- examples/cluster/main.tf | 2 +- examples/getting_started/main.tf | 2 +- examples/organization/main.tf | 2 +- examples/project/main.tf | 2 +- examples/user/main.tf | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 49444e5c..4846972e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ setup: ## Install dev tools curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_VERSION) .PHONY: check -check: tffmt tfcheck fmt docs-lint lint-fix test +check: setup tffmt tfcheck fmt docs-lint lint-fix test .PHONY: docs-lint docs-lint: diff --git a/README.md b/README.md index 883f9857..8f85cee8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Terraform searches for the .terraformrc or .tfrc file in your home directory and provider_installation { dev_overrides { - "hashicorp.com/couchabasecloud/couchbase-capella" = "" + "registry.terraform.io/couchbasecloud/couchbase-capella = "" } # For all other providers, install them directly from their origin provider diff --git a/examples/allowlist/main.tf b/examples/allowlist/main.tf index 0d846ff8..512c084a 100644 --- a/examples/allowlist/main.tf +++ b/examples/allowlist/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/apikey/main.tf b/examples/apikey/main.tf index bd058a03..e797bbda 100644 --- a/examples/apikey/main.tf +++ b/examples/apikey/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/appservice/main.tf b/examples/appservice/main.tf index d26d4f29..4669ebfe 100644 --- a/examples/appservice/main.tf +++ b/examples/appservice/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/backup/main.tf b/examples/backup/main.tf index d26d4f29..4669ebfe 100644 --- a/examples/backup/main.tf +++ b/examples/backup/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/backup_schedule/main.tf b/examples/backup_schedule/main.tf index d26d4f29..4669ebfe 100644 --- a/examples/backup_schedule/main.tf +++ b/examples/backup_schedule/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/bucket/main.tf b/examples/bucket/main.tf index bd058a03..e797bbda 100644 --- a/examples/bucket/main.tf +++ b/examples/bucket/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/certificate/main.tf b/examples/certificate/main.tf index 0d846ff8..512c084a 100644 --- a/examples/certificate/main.tf +++ b/examples/certificate/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/cluster/main.tf b/examples/cluster/main.tf index bd058a03..e797bbda 100644 --- a/examples/cluster/main.tf +++ b/examples/cluster/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/getting_started/main.tf b/examples/getting_started/main.tf index 0d846ff8..512c084a 100644 --- a/examples/getting_started/main.tf +++ b/examples/getting_started/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/organization/main.tf b/examples/organization/main.tf index 0d846ff8..512c084a 100644 --- a/examples/organization/main.tf +++ b/examples/organization/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/project/main.tf b/examples/project/main.tf index 0d846ff8..512c084a 100644 --- a/examples/project/main.tf +++ b/examples/project/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } } diff --git a/examples/user/main.tf b/examples/user/main.tf index 0d846ff8..512c084a 100644 --- a/examples/user/main.tf +++ b/examples/user/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { couchbase-capella = { - source = "hashicorp.com/couchbasecloud/couchbase-capella" + source = "registry.terraform.io/couchbasecloud/couchbase-capella" } } }