Skip to content

Commit a6cd94a

Browse files
authored
Merge pull request #146 from wso2/ayeshajay-patch-1
Update the cache_duration type from number to string
2 parents 2d83bfc + 94dcbf6 commit a6cd94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/azurerm/CDN-FrontDoor-Rule-Set/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ variable "rules" {
5050
}))
5151

5252
route_configuration_override_actions = list(object({
53-
cache_duration = number
53+
cache_duration = string
5454
cdn_frontdoor_origin_group_id = string
5555
forwarding_protocol = string
5656
query_string_caching_behavior = string

0 commit comments

Comments
 (0)