Skip to content

Commit

Permalink
Merge pull request #36 from ThomasSamson/kms
Browse files Browse the repository at this point in the history
Add project id in kms file
  • Loading branch information
nlamirault authored Feb 2, 2022
2 parents b9fb6db + 8d59cb5 commit 9167a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

data "google_storage_project_service_account" "gcs_account" {
project = var.project
}

module "kms" {
Expand Down

0 comments on commit 9167a5b

Please sign in to comment.