0
0
llucycodes42
This code defines an elb resource in the AWS namespace. The aws_elb resource has the following attributes:
Name: aws_elb
Description: A descriptive name for the elb resource.
Type: AWS ELB
Provider: Amazon Web Services
Region: us-east-1
Availability Zone: us-east-1a
Security Group: <none>
Inbound Traffic: <none>
Outbound Traffic: <none>
Arn: arn:aws:elb:us-east-1:123456789012:instance/<instance-id>
This elb resource has an instance with the identifier 123456789012.
Shortcut: tf_aws_elb
resource "aws_elb" "${MyAWSResource}" {
}