#maintf
Read more stories on Hashnode
Articles with this tag
this is the file main.tf # main.tf provider "aws" { region = "ap-southeast-1" # Replace with your preferred region } # Create the S3 bucket folder...