Advertisement
PandaAcademy

ec2.tf

Jul 27th, 2022
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. resource "aws_instance" "panda" {
  2. ami = "ami-042e8287309f5df03"
  3. instance_type = "t2.micro"
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement