Skip to content

Commit

Permalink
add global_accelerator resource (#62)
Browse files Browse the repository at this point in the history
* add global_accelerator resource

* Update resources.tf
  • Loading branch information
haritsrm authored Sep 13, 2022
1 parent f4a20a8 commit c7eb42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ locals {
"wafregional_sql_injection_match_set" = "128" # https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_CreateSqlInjectionMatchSet.html
"wafregional_web_acl" = "128" # https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_CreateWebACL.html
"wafregional_xss_match_set" = "128" # https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_CreateXssMatchSet.html
"global_accelerator" = "255" # https://docs.aws.amazon.com/global-accelerator/latest/api/API_Accelerator.html
}
}

0 comments on commit c7eb42c

Please sign in to comment.