Skip to content

Commit

Permalink
typo in example declaration for across az
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Applebaum committed Sep 13, 2022
1 parent 57d80ae commit 3c2664c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/declarations/aws-across-az-1.13.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"logLevel": "silly"
},
"externalStorage": {
"scopingName": "myCloudFailoverBucket"
"scopingName": "myCloudFailoverBucket",
"encryption": {
"serverSide": {
"enabled": true,
"algorithm": "AES256"
}
}
},
"failoverAddresses": {
"enabled": true,
"scopingTags": {
"f5_cloud_failover_label": "mydeployment",
"encryption": {
"serverSide": {
"enabled": true,
"algorithm": "AES256"
}
}
"f5_cloud_failover_label": "mydeployment"
},
"addressGroupDefinitions": [
{
Expand Down

0 comments on commit 3c2664c

Please sign in to comment.