Skip to content

Instantly share code, notes, and snippets.

@anilchalissery
Created July 21, 2022 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anilchalissery/bdd18bd1ad913047a1c2fa21cc9a695d to your computer and use it in GitHub Desktop.
Save anilchalissery/bdd18bd1ad913047a1c2fa21cc9a695d to your computer and use it in GitHub Desktop.
output "s3_id" {
value = aws_s3_bucket.s3-bucket.id
description = "The id of S3"
}
output "s3_arn" {
value = aws_s3_bucket.s3-bucket.arn
description = "The id of S3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment