Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nzmarkc opened this issue Jun 11, 2023 · 0 comments

Comments

@nzmarkc
Copy link

nzmarkc commented Jun 11, 2023

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
}

@nzmarkc nzmarkc changed the title Outputs for EIP and Bucket Not What is Shown in Video - Code not specific enough. Outputs for EIP and Bucket Not What is Shown in Video Section4-31 - Code not specific enough. Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant