Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 25, 2024
1 parent f4dbc20 commit 7d46c0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/aws-sn-volume/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ provider "aws" {
module "sn_managed_cloud" {
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/sn-volume-access"

external_id = "o-rlgba"
bucket = "test-bucket-storage"
path = "bucket-storage"
external_id = "max"
bucket = "test-ursa-storage"
path = "ursa"

oidc_providers = []

streamnative_vendor_access_role_arns = []
}

0 comments on commit 7d46c0d

Please sign in to comment.