Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

All notable changes to this project will be documented in this file. See [conventional-commits]

## 0.0.2
* Adding project variable in the module

## 0.0.1
* Initial module publish
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GCP module
resource "google_storage_bucket" "bucket" {
name = var.bucket_name
#project = var.project
project = var.project
location = var.location
}
2 changes: 0 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ variable "location" {
description = "The location to create storage"
}

/*
variable "project" {
type = string
description = "The project ID"
}
*/