Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Feb 26, 2024
1 parent b08f7a5 commit b691dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions avm/res/batch/batch-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ module batchAccount 'br/public:avm/res/batch/batch-account:<version>' = {
{
fqdn: 'abc.batch.com'
ipAddresses: [
'10.0.0.10'
'10.0.16.10'
]
}
]
Expand All @@ -241,7 +241,7 @@ module batchAccount 'br/public:avm/res/batch/batch-account:<version>' = {
properties: {
groupId: 'batchAccount'
memberName: 'batchAccount'
privateIPAddress: '10.0.0.10'
privateIPAddress: '10.0.16.10'
}
}
]
Expand Down Expand Up @@ -391,7 +391,7 @@ module batchAccount 'br/public:avm/res/batch/batch-account:<version>' = {
{
"fqdn": "abc.batch.com",
"ipAddresses": [
"10.0.0.10"
"10.0.16.10"
]
}
],
Expand All @@ -401,7 +401,7 @@ module batchAccount 'br/public:avm/res/batch/batch-account:<version>' = {
"properties": {
"groupId": "batchAccount",
"memberName": "batchAccount",
"privateIPAddress": "10.0.0.10"
"privateIPAddress": "10.0.16.10"
}
}
],
Expand Down

0 comments on commit b691dde

Please sign in to comment.