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

The argument "api_key" is required, but was not set.

Open thevops opened this issue 4 years ago • 0 comments

There is comment that UPTIMEROBOT_API_KEY can be set by environment variable

provider "uptimerobot" {
  api_key = "[YOUR MAIN API KEY]" # or pass via environment variable UPTIMEROBOT_API_KEY
}

but in that case terraform validate raises error:

Error: Missing required argument

The argument "api_key" is required, but was not set.

thevops avatar Mar 30 '21 11:03 thevops