Skip to content

Instantly share code, notes, and snippets.

@webyneter
Created February 28, 2020 20:25
Show Gist options
  • Save webyneter/03b3b67a31b6bee45d2ed12e24ba033a to your computer and use it in GitHub Desktop.
Save webyneter/03b3b67a31b6bee45d2ed12e24ba033a to your computer and use it in GitHub Desktop.
Error: Unsupported argument
on main.tf line 50, in resource "google_container_cluster" "cluster":
50: end_time = "03:00" # Has failed with `An argument named "end_time" is not expected here.`
An argument named "end_time" is not expected here.
Error: Unsupported argument
on main.tf line 51, in resource "google_container_cluster" "cluster":
51: recurrence = "FREQ=WEEKLY;BYDAY=SA,SU" # Has failed with `An argument named "recurrence" is not expected here.`
An argument named "recurrence" is not expected here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment