terraform-provider-netlify icon indicating copy to clipboard operation
terraform-provider-netlify copied to clipboard

Manual deploys

Open snoopdouglas opened this issue 6 years ago • 2 comments

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?

snoopdouglas avatar May 31 '19 14:05 snoopdouglas

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"
}

polymeris avatar Feb 04 '20 20:02 polymeris

v0.3.0 released 7 Jun 2019

Looks like I just missed this!

The docs still need amending to match this, though:

Screenshot from 2020-02-05 09-15-24

snoopdouglas avatar Feb 05 '20 09:02 snoopdouglas