Skip to content

Outputs for EIP and Bucket Not What is Shown in Video Section4-31 - Code not specific enough. #30

@nzmarkc

Description

@nzmarkc

The code given for outputs produces the whole object not just the IP and bucket dns.

Replacement code used for outputs includes the appropriate object property:

output "eip" {
#value = aws_eip.lb
value = aws_eip.lb.public_ip
}

output "mys3bucket" {
value = aws_s3_bucket.mys3.bucket_domain_name
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions