0
0
llucycodes42
This code creates a resource in the AWS Cloud that you can use to access Amazon Elastic IP addresses. You must create an AWS account to use this resource.
Shortcut: tf_aws_eip
resource "aws_eip" "${MyAWSResource}" {
}
0
0
llucycodes42
This code creates a resource in the AWS Cloud that you can use to access Amazon Elastic IP addresses. You must create an AWS account to use this resource.
Shortcut: tf_aws_eip
resource "aws_eip" "${MyAWSResource}" {
}