Skip to content

Commit

Permalink
Merge pull request #11466 from idoshabi07/gcp-firewall-package-solution
Browse files Browse the repository at this point in the history
Gcp firewall package solution
  • Loading branch information
v-prasadboke authored Nov 21, 2024
2 parents 1993efb + dcca8e3 commit 7cb8aa3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dataType": "GCPFirewallLogs",
"auth": {
"serviceAccountEmail": "{{'GCPServiceAccountEmail'}}",
"projectNumber": "{{'GCPProjectNumber'}}",
"workloadIdentityProviderId": "{{'GCPWorkloadIdentityProviderId'}}"
"serviceAccountEmail": "[[parameters('GCPServiceAccountEmail')]",
"projectNumber": "[[parameters('GCPProjectNumber')]",
"workloadIdentityProviderId": "[[parameters('GCPWorkloadIdentityProviderId')]"
},
"request": {
"projectId": "{{'GCPProjectId'}}",
"projectId": "[[parameters('GCPProjectId')]",
"subscriptionNames": [
"{{'GCPSubscriptionName'}}"
"[[parameters('GCPSubscriptionName')]"
]
}
}
Expand Down
Binary file modified Solutions/Google Cloud Platform Firewall Logs/Package/3.0.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -493,14 +493,14 @@
},
"dataType": "GCPFirewallLogs",
"auth": {
"serviceAccountEmail": "{{'GCPServiceAccountEmail'}}",
"projectNumber": "{{'GCPProjectNumber'}}",
"workloadIdentityProviderId": "{{'GCPWorkloadIdentityProviderId'}}"
"serviceAccountEmail": "[[parameters('GCPServiceAccountEmail')]",
"projectNumber": "[[parameters('GCPProjectNumber')]",
"workloadIdentityProviderId": "[[parameters('GCPWorkloadIdentityProviderId')]"
},
"request": {
"projectId": "{{'GCPProjectId'}}",
"projectId": "[[parameters('GCPProjectId')]",
"subscriptionNames": [
"{{'GCPSubscriptionName'}}"
"[[parameters('GCPSubscriptionName')]"
]
}
}
Expand Down

0 comments on commit 7cb8aa3

Please sign in to comment.