diff --git a/examples/volume-access/main.tf b/examples/volume-access/main.tf index 982238f..ce2557d 100644 --- a/examples/volume-access/main.tf +++ b/examples/volume-access/main.tf @@ -3,7 +3,7 @@ provider "aws" { } module "sn_managed_cloud" { - source = "github.com/streamnative/terraform-managed-cloud//modules/aws/volume-access" + source = "../../modules/aws/volume-access" external_id = "max" bucket = "test-ursa-storage"