We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dbc20 commit 7d46c0dCopy full SHA for 7d46c0d
examples/aws-sn-volume/main.tf
@@ -5,7 +5,11 @@ provider "aws" {
5
module "sn_managed_cloud" {
6
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/sn-volume-access"
7
8
- external_id = "o-rlgba"
9
- bucket = "test-bucket-storage"
10
- path = "bucket-storage"
+ external_id = "max"
+ bucket = "test-ursa-storage"
+ path = "ursa"
11
+
12
+ oidc_providers = []
13
14
+ streamnative_vendor_access_role_arns = []
15
}
0 commit comments