Skip to content

Commit

Permalink
docs: fix wrong example
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Sep 24, 2024
1 parent beb3dd6 commit 4b6051f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/subaccount_security_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "btp_subaccount_security_settings" "sec_setting" {
custom_email_domains = ["yourdomain.test"]
iframe_domains = ["https://yourdomain.test"]
iframe_domains = "https://yourdomain.test"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ resource "btp_subaccount_security_settings" "sec_setting" {

custom_email_domains = ["yourdomain.test"]

iframe_domains = ["https://yourdomain.test"]
iframe_domains = "https://yourdomain.test"
}

0 comments on commit 4b6051f

Please sign in to comment.