Interact with Terraform Modules Reviews

Interact with Terraform Modules Reviews

77727 reviews

翔舞 岩. · Reviewed 15 days ago

Ahmed M. · Reviewed 15 days ago

Sanket B. · Reviewed 15 days ago

HyeonCheol J. · Reviewed 15 days ago

Julian S. · Reviewed 15 days ago

Excelente

Bryan P. · Reviewed 15 days ago

Pratap K. · Reviewed 15 days ago

Christian Alexander O. · Reviewed 15 days ago

Luis R. · Reviewed 15 days ago

José Manuel P. · Reviewed 15 days ago

Ariann A. · Reviewed 15 days ago

Ahmed M. · Reviewed 15 days ago

Tony T. · Reviewed 15 days ago

Gerardo B. · Reviewed 15 days ago

Óscar M. · Reviewed 15 days ago

Laveti R. · Reviewed 15 days ago

Arun Kumar S. · Reviewed 15 days ago

Narandhar B. · Reviewed 15 days ago

satyawart r. · Reviewed 15 days ago

Richard S. · Reviewed 15 days ago

thank you

Wahyudi Fauzan M. · Reviewed 15 days ago

Umakant D. · Reviewed 15 days ago

There is a wrong information in this lab. When it tells you to create the output in the module: output "bucket" { description = "The created storage bucket" value = google_storage_bucket.bucket } it should have .name appended to google_storage_bucket.bucket. Then the output for root module is wrong since its outputting it as a string, so quotes must be removed from: output "bucket-name" { description = "Bucket names." value = "module.gcs-static-website-bucket.bucket" } so it looks like: output "bucket-name" { description = "Bucket names." value = module.gcs-static-website-bucket.bucket }

Ricky M. · Reviewed 15 days ago

HARSHIL P. · Reviewed 15 days ago

VENKATA SAI TEJA S. · Reviewed 15 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.