Skip to content

Commit

Permalink
Update site.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikgrankvist authored Sep 23, 2024
1 parent 700b613 commit d27ec69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/site.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "appgatesdp_site" "gbg_site" {
name = "AWS Resolver 1"
update_interval = 5
vpc_auto_discovery = true
regions = "us-west-1"
regions = ["us-west-1"]
use_iam_role = true
access_key_id = "access_key_id1"
secret_access_key = "secret_access_key1"
Expand All @@ -84,7 +84,7 @@ resource "appgatesdp_site" "gbg_site" {
role_name = "role_1"
external_id = "external_id1"
regions = [
"us-west-1
"us-west-1"
]
}
}
Expand Down

0 comments on commit d27ec69

Please sign in to comment.