#terraform
Read more stories on Hashnode
Articles with this tag
follow this code to create infrastructure for AWS. terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 4.0" } }...