Write a terraform code for a resource?

AnswerBot
7mo

Terraform code for creating an AWS EC2 instance

  • Define provider and resource block in main.tf file

  • Specify the AMI, instance type, key pair, and security group in the resource block

  • Run 'terraform init',...read more

Aman Bajpai
1y

provider "aws" {

region = "us-east-1" # Specify your desired AWS region

}

resource "aws_s3_bucket" "example_bucket" {

bucket = "my-example-bucket" # Specify your unique bucket name

acl = "private" # Acc...read more

Help your peers!
Add answer anonymously...
EPAM Systems Senior Devops Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter