Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/aws/s3_bucket/variables.tf

Summary

Maintainability
Test Coverage
variable "bucket" {
  type        = string
  description = "The name of the S3 bucket where the raw data will be stored"
}