Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/aws/bootstrap/outputs.tf

Summary

Maintainability
Test Coverage
output "state_bucket" {
  value       = aws_s3_bucket.state_bucket.id
  description = "Bucket Name of S3 Backend."
}