Skip to content

Commit 531888c

Browse files
committed
update aws example
1 parent 34937db commit 531888c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/aws/main.tf

+6
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,22 @@ resource "plural_cluster" "aws_cluster" {
2626
name = "workload-cluster-tf"
2727
handle = "wctf"
2828
version = "1.23"
29+
provider_id = plural_provider.aws_provider.id
2930
cloud = "aws"
3031
protect = "false"
3132
cloud_settings = {
3233
aws = {
3334
region = "us-east-1"
3435
}
3536
}
37+
node_pools = []
3638
tags = {
3739
"managed-by" = "terraform-provider-plural"
3840
}
41+
bindings = {
42+
read = []
43+
write = []
44+
}
3945
}
4046

4147
data "plural_cluster" "byok_workload_cluster" {

0 commit comments

Comments
 (0)