This commit is contained in:
Jun-te Kim 2026-02-08 20:59:23 +00:00
parent 4caafb364d
commit 7b4bcdd879
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws" # stop using hashicorp, if your making a new deployment set something else up
version = "~> 5.0" version = "~> 5.0"
} }
} }

View file

@ -1,6 +1,6 @@
terraform { terraform {
# stop using hashicorp, if your making a new deployment set something else up
cloud { cloud {
workspaces { workspaces {
name = "mealcraft-production" name = "mealcraft-production"