Aug 17, 2022
Great tutorial. It worked but I just add to update terraform file for the required provider
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}
Great tutorial. It worked but I just add to update terraform file for the required provider
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}