Advertisement
t-readyroc

terraform_config_file

Aug 14th, 2017
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. resource "aws_instance" "my-instance" {
  2. ami = "ami-4bfb5d20"
  3. availability_zone = "us-east-1c"
  4. ebs_optimized = true
  5. instance_type = "c4.2xlarge"
  6. associate_public_ip_address = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement