From 2f87f0c3aec719d3173e08c2d4341b82c6a2d447 Mon Sep 17 00:00:00 2001 From: Samkit Shah Date: Thu, 18 Jun 2020 14:17:12 +0900 Subject: [PATCH] Add details about account_slug to documentation Extension to #17 --- website/docs/r/netlify_site.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/r/netlify_site.html.markdown b/website/docs/r/netlify_site.html.markdown index 30be8814..b2a8fe77 100644 --- a/website/docs/r/netlify_site.html.markdown +++ b/website/docs/r/netlify_site.html.markdown @@ -15,7 +15,8 @@ Primary settings for a Netlify site - should contain the bulk of your configurat ```hcl resource "netlify_site" "main" { name = "my-site" - + account_slug = "site-team" + repo { command = "middleman build" deploy_key_id = "${netlify_deploy_key.key.id}" @@ -32,6 +33,7 @@ resource "netlify_site" "main" { The following arguments are supported: * `name` - (Required) - Name of your site on Netlify (e.g. **mysite**.netlify.com) +* `account_slug` - (Optional) - Account slug for the targeted team, defaults to user's default team. * `repo` - (Required) - See [Repository](#repo) * `custom_domain` - (Optional) - Custom domain of the site, must be configured using a CNAME in accordance with [Netlify's docs](https://www.netlify.com/docs/custom-domains). (e.g. `www.example.com`) * `deploy_url` - (Optional)