Skip to content

Commit

Permalink
Merge pull request #10 from moia-oss/VFUC-patch-1
Browse files Browse the repository at this point in the history
Fix reference in usage example
  • Loading branch information
bemica authored Dec 15, 2022
2 parents 584086d + 1876560 commit 187c951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {
backend "local" {}
required_providers {
opensearch = {
source = "hashicorp.com/edu/opensearch"
version = "0.3.1"
source = "moia-oss/opensearch-dashboards"
version = "~> 0.10"
}
}
}
Expand Down

0 comments on commit 187c951

Please sign in to comment.