Skip to content

Commit

Permalink
Update acceptance tests provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Dec 5, 2023
1 parent 0e6d5c3 commit c71c835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ Note: You will need to provide both the url of the capella host as well as your
```terraform
terraform {
required_providers {
capella = {
source = "hashicorp.com/couchabasecloud/capella"
couchbase-capella = {
source = "hashicorp.com/couchabasecloud/couchbase-capella"
}
}
}
provider "capella" {
provider "couchbase-capella" {
host = "the host url of couchbase cloud"
authentication_token = "capella authentication token"
}
Expand Down
2 changes: 1 addition & 1 deletion internal/testing/project_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "auth_token" {
description = "Authentication API Key"
sensitive = true
}
provider "capella" {
provider "couchbase-capella" {
host = var.host
authentication_token = var.auth_token
}
Expand Down

0 comments on commit c71c835

Please sign in to comment.