Skip to content

Commit 7d46c0d

Browse files
committed
Fixed test
1 parent f4dbc20 commit 7d46c0d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

examples/aws-sn-volume/main.tf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ provider "aws" {
55
module "sn_managed_cloud" {
66
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/sn-volume-access"
77

8-
external_id = "o-rlgba"
9-
bucket = "test-bucket-storage"
10-
path = "bucket-storage"
8+
external_id = "max"
9+
bucket = "test-ursa-storage"
10+
path = "ursa"
11+
12+
oidc_providers = []
13+
14+
streamnative_vendor_access_role_arns = []
1115
}

0 commit comments

Comments
 (0)