Skip to content

Commit

Permalink
Add end-to-end tests for project module (GoogleCloudPlatform#1823)
Browse files Browse the repository at this point in the history
* Add end-to-end tests for project module
* Add inventory to data tests
* Add files to end-to-end test cases
* Review fixes - use named groups

---------

Co-authored-by: Ludovico Magnocavallo <[email protected]>
  • Loading branch information
wiktorn and ludoo authored Nov 3, 2023
1 parent c501c65 commit fe48541
Show file tree
Hide file tree
Showing 24 changed files with 827 additions and 293 deletions.
2 changes: 1 addition & 1 deletion modules/compute-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ module "kms-vm-example" {
}
encryption = {
encrypt_boot = true
kms_key_self_link = var.kms_key.self_link
kms_key_self_link = var.kms_key.id
}
}
# tftest modules=1 resources=3 inventory=cmek.yaml
Expand Down
Loading

0 comments on commit fe48541

Please sign in to comment.