diff --git a/backend.tf b/backend.tf index a860349..ce85961 100644 --- a/backend.tf +++ b/backend.tf @@ -1,10 +1,10 @@ terraform { - required_version = "~> 0.12.0" + required_version = "~> 3.0" backend "remote" { - hostname = "app.terraform.io" + hostname = "tips-of-mine.com" organization = "example" - token = "xxxxxxxx" + token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY" workspaces { name = "prod"