-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AV-70846 Import sample buckets (#171)
Co-authored-by: Saicharan Rachamadugu <saicharan.rachamadugu@couchbase.com> Co-authored-by: Saicharan Rachamadugu <102158954+SaicharanCB@users.noreply.github.com>
- Loading branch information
1 parent
d76f53b
commit 35d2082
Showing
21 changed files
with
2,128 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
output "sample_bucket" { | ||
value = couchbase-capella_sample_bucket.new_sample_bucket.name | ||
} | ||
|
||
resource "couchbase-capella_sample_bucket" "new_sample_bucket" { | ||
name = var.sample_bucket.name | ||
organization_id = var.organization_id | ||
project_id = couchbase-capella_project.new_project.id | ||
cluster_id = couchbase-capella_cluster.new_cluster.id | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.