Skip to content

Commit

Permalink
fw rule range
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Jun 24, 2024
1 parent 86bd570 commit ca976c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions avm/res/synapse/workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
workspaceName: 'swfwr001'
}
{
endIpAddress: '87.14.134.21'
endIpAddress: '87.14.134.22'
name: 'fwrule02'
startIpAddress: '87.14.134.22'
startIpAddress: '87.14.134.21'
workspaceName: 'swfwr001'
}
]
Expand Down Expand Up @@ -328,9 +328,9 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
"workspaceName": "swfwr001"
},
{
"endIpAddress": "87.14.134.21",
"endIpAddress": "87.14.134.22",
"name": "fwrule02",
"startIpAddress": "87.14.134.22",
"startIpAddress": "87.14.134.21",
"workspaceName": "swfwr001"
}
]
Expand Down
4 changes: 2 additions & 2 deletions avm/res/synapse/workspace/tests/e2e/fwrules/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module testDeployment '../../../main.bicep' = [
}
{
name: 'fwrule02'
endIpAddress: '87.14.134.21'
startIpAddress: '87.14.134.22'
endIpAddress: '87.14.134.22'
startIpAddress: '87.14.134.21'
workspaceName: '${namePrefix}${serviceShort}001'
}
]
Expand Down

0 comments on commit ca976c3

Please sign in to comment.