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 {
|
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue