average-parrot-18161
10/06/2023, 2:03 PMvar sslRule= new RulesetRuleArgs{Action = "set_config",ActionParameters = new RulesetRuleActionParametersArgs(){Ssl = "flexible",},Expression = "(http.host eq \"<http://example.com|example.com>\")",Description = "Enable SSL flexible for subdomains",Enabled = true,};var ruleset = new Ruleset("my-ruleset", new RulesetArgs{ZoneId = "zoneid",Rules = { sslRule },Kind = "zone",Description = "some desc",Name = "some name",Phase = "http_config_settings",});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