GCP Terraform Module Creation
Budget: $10 – $30 USD
I'm on the hunt for a proficient Terraform engineer to create a Google Cloud Platform (GCP) module for bucket creation.
- We need the module to contain a "readers" field, defining users who will have access to each bucket.
Tips : you can start with this variable:
variable "buckets" {
description = "A map of bucket configurations"
type = map(object({
bucket_name = string
location = string
force_destroy = bool
uniform_bucket_level_access = bool
lifecycle_rule_age = number
labels = map(string)
reader = optional(list(string))
}))
}
It would be most suitable if you have:
- Solid experience with GCP and Terraform.
- Proficiency in implementing various types of access controls.
Looking forward to your bids!
- We need the module to contain a "readers" field, defining users who will have access to each bucket.
Tips : you can start with this variable:
variable "buckets" {
description = "A map of bucket configurations"
type = map(object({
bucket_name = string
location = string
force_destroy = bool
uniform_bucket_level_access = bool
lifecycle_rule_age = number
labels = map(string)
reader = optional(list(string))
}))
}
It would be most suitable if you have:
- Solid experience with GCP and Terraform.
- Proficiency in implementing various types of access controls.
Looking forward to your bids!