future-xylophone-25549
02/01/2023, 3:30 AM${config.Stack}-ipset
, {`
addresses: [
"1.2.3.4/32",
"5.6.7.8/32",
],
`description: ${config.Stack}-description
,`
ipAddressVersion: "IPV4",
scope: "CLOUDFRONT",
}, { provider: usEast1 });
`export const wafAcl = new aws.wafv2.WebAcl(${config.Stack}-wafAcl
, {`
scope: "CLOUDFRONT",
defaultAction: {
block: {},
},
visibilityConfig: {
cloudwatchMetricsEnabled: false,
`metricName: ${config.dtack}-waf-metric
,`
sampledRequestsEnabled: false,
},
}, { provider: usEast1 });
Does anyone by chance know how to assign this ipset to the wafacl? Thank you very much in advanced!No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by