You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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
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
}
The text was updated successfully, but these errors were encountered: