Skip to content

Commit

Permalink
Fixed module
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 30, 2024
1 parent 9c93682 commit 144090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/volume-access/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 144090e

Please sign in to comment.