save
This commit is contained in:
parent
4caafb364d
commit
7b4bcdd879
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ terraform {
|
|||
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
source = "hashicorp/aws" # stop using hashicorp, if your making a new deployment set something else up
|
||||
version = "~> 5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
terraform {
|
||||
|
||||
# stop using hashicorp, if your making a new deployment set something else up
|
||||
cloud {
|
||||
workspaces {
|
||||
name = "mealcraft-production"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue