main.tf
resource
"aws_s3_bucket"
"logs"
{
bucket
=
"prod-logs"
acl
=
"private"
versioning
=
true
tags
=
{
Environment
=
"production"
ManagedBy
=
"Terraform"
}
}
EC2
S3
RDS
Create your account
Sign up with GitHub or Google to get started.
Continue with GitHub
Continue with Google
Already have an account?
Sign in