-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terraform: Support for (Regional)Disk physicalBlockSizeBytes (#1513)
Merged PR #1513.
- Loading branch information
1 parent
d51d9ac
commit 2138817
Showing
10 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
Submodule inspec
updated
4 files
+2 −0 | docs/resources/google_compute_disk.md | |
+1 −0 | docs/resources/google_compute_disks.md | |
+2 −0 | libraries/google_compute_disk.rb | |
+2 −0 | libraries/google_compute_disks.rb |
Submodule terraform
updated
from 6aabf3 to a99e03
Submodule terraform-beta
updated
from 831a16 to 3770b4
Submodule terraform-mapper
updated
2 files
+10 −0 | google/compute_disk.go | |
+10 −0 | google/compute_region_disk.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ resource "google_compute_disk" "default" { | |
labels = { | ||
environment = "dev" | ||
} | ||
physical_block_size_bytes = 4096 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters