diff --git a/Solutions/Google Cloud Platform Firewall Logs/Data Connectors/GCPFirewallLogs_ccp/GCPFirewall_PollingConfig.json b/Solutions/Google Cloud Platform Firewall Logs/Data Connectors/GCPFirewallLogs_ccp/GCPFirewall_PollingConfig.json index b3bd05ee9f..684f3dd34e 100644 --- a/Solutions/Google Cloud Platform Firewall Logs/Data Connectors/GCPFirewallLogs_ccp/GCPFirewall_PollingConfig.json +++ b/Solutions/Google Cloud Platform Firewall Logs/Data Connectors/GCPFirewallLogs_ccp/GCPFirewall_PollingConfig.json @@ -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')]" ] } } diff --git a/Solutions/Google Cloud Platform Firewall Logs/Package/3.0.0.zip b/Solutions/Google Cloud Platform Firewall Logs/Package/3.0.0.zip index 3b49855bdc..4ccf9b8b8b 100644 Binary files a/Solutions/Google Cloud Platform Firewall Logs/Package/3.0.0.zip and b/Solutions/Google Cloud Platform Firewall Logs/Package/3.0.0.zip differ diff --git a/Solutions/Google Cloud Platform Firewall Logs/Package/mainTemplate.json b/Solutions/Google Cloud Platform Firewall Logs/Package/mainTemplate.json index 40d1e7d9d6..e405533030 100644 --- a/Solutions/Google Cloud Platform Firewall Logs/Package/mainTemplate.json +++ b/Solutions/Google Cloud Platform Firewall Logs/Package/mainTemplate.json @@ -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')]" ] } }