Skip to content

Commit e92abfc

Browse files
authored
Use the right quotes for the tags
1 parent 1e1c75e commit e92abfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a cluster using [AWS ParallelCluster](https://www.hpcworkshops.com/03-hpc
1919
post_install = https://raw.githubusercontent.com/aws-samples/aws-parallelcluster-monitoring/main/post-install.sh
2020
post_install_args = https://github.com/aws-samples/aws-parallelcluster-monitoring/tarball/main,aws-parallelcluster-monitoring,install-monitoring.sh
2121
additional_iam_policies = arn:aws:iam::aws:policy/CloudWatchFullAccess,arn:aws:iam::aws:policy/AWSPriceListServiceFullAccess,arn:aws:iam::aws:policy/AmazonSSMFullAccess,arn:aws:iam::aws:policy/AWSCloudFormationReadOnlyAccess
22-
tags = {Grafana : true}
22+
tags = {"Grafana" : "true"}
2323
...
2424
```
2525

0 commit comments

Comments
 (0)