terraform-provider-netlify
terraform-provider-netlify copied to clipboard
Manual deploys
From what I can see, the docs don't make it clear how to set up a site for manual deploys (ie. no git repo). The repo block seems to be required.
If this is possible, can a note be added to the documentation on how to do it?
Despite what the docs say, it seems the repo block is not mandatory.
Running v0.3 of the provider, this registers a "manual deploys" site:
resource "netlify_site" "www" {
name = "my-manual-www"
}
v0.3.0 released 7 Jun 2019
Looks like I just missed this!
The docs still need amending to match this, though:
