Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM updates #280

Merged
merged 38 commits into from
Sep 29, 2020
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
59d32bb
fix typo (#3369) (#413)
modular-magician Jun 19, 2020
6300d63
Fix check for serial port disabled (#3695) (#415)
modular-magician Jun 19, 2020
b34219f
Add mode enum and scale down controls for Compute AutoScaler (#3693) …
modular-magician Jun 23, 2020
495a08f
added support for shielded nodes in container (#3639) (#417)
modular-magician Jul 7, 2020
2eb472b
fix memcache_parameters (#3733) (#418)
modular-magician Jul 8, 2020
b9fd5a0
add tiers and nfs_export_options (#3766) (#419)
modular-magician Jul 22, 2020
92356e2
Add skip enum value generation (#3767) (#420)
modular-magician Jul 23, 2020
b4396e6
Backend service support for internet NEG backend (#3782) (#421)
modular-magician Jul 25, 2020
3a9f29a
add firewall logging controls (#3780) (#422)
modular-magician Jul 28, 2020
932ef02
Fix colon in doc notes (#3796) (#423)
modular-magician Jul 29, 2020
9ee8357
Add persistence_iam_identity to Redis Instance (#3805) (#424)
modular-magician Aug 3, 2020
64ec4dc
Org Security Policies (Hierarchical Firewalls) (#3626) (#425)
modular-magician Aug 4, 2020
660eaf7
Adding Missing Cloud Build Attributes (#3627) (#426)
modular-magician Aug 5, 2020
55b6655
Add additional fields to Memcached Instance (#3821) (#427)
modular-magician Aug 5, 2020
bd1fe66
Convert inboundServices to an enum. (#3820) (#428)
modular-magician Aug 6, 2020
8baa33b
add source_image and source_snapshot to google_compute_image (#3799) …
modular-magician Aug 7, 2020
a60496e
Collection fixes for release (#3831) (#430)
modular-magician Aug 10, 2020
b4e8635
Add new field filter to pubsub. (#3759) (#431)
modular-magician Aug 11, 2020
b8772a7
Add archive class to gcs (#3867) (#432)
modular-magician Aug 14, 2020
706f919
Add support for gRPC healthchecks (#3825) (#433)
modular-magician Aug 17, 2020
5ae9667
Add enableMessageOrdering to Pub/Sub Subscription (#3872) (#434)
modular-magician Aug 17, 2020
8f497d6
Specify possible values for arg only once (#3874) (#435)
modular-magician Aug 17, 2020
aef0355
use {product}.googleapis.com endpoints (#3755) (#436)
modular-magician Aug 17, 2020
97d1dd4
Add vpcAccessConnector property on google_app_engine_standard_app_ver…
modular-magician Aug 19, 2020
62c0823
retrypolicy attribute added (#3843) (#438)
modular-magician Aug 21, 2020
4740dc9
add discovery endpoint (#3891) (#439)
modular-magician Aug 24, 2020
a7532ad
Advanced logging config options in google_compute_subnetwork (#3603) …
modular-magician Aug 25, 2020
5e860a3
Add Erase Windows VSS support to compute disk (#3898) (#441)
modular-magician Aug 27, 2020
7173605
Add Snapshot location to compute snapshot (#3896) (#442)
modular-magician Sep 4, 2020
054a8cd
Added missing 'all' option for protocol firewall rule (#3962) (#443)
modular-magician Sep 9, 2020
76663bb
Revert `eraseWindowsVssSignature` field and test (#3959) (#444)
modular-magician Sep 9, 2020
40c7ac9
Added support GRPC for google_compute_(region)_backend_service.protoc…
modular-magician Sep 11, 2020
f722276
Added properties of options & artifacts on google_cloudbuild_trigger …
modular-magician Sep 16, 2020
a5798d0
products/container: Add datapath provider field (#3956) (#447)
modular-magician Sep 16, 2020
3edd18f
Add SEV_CAPABLE option to google_compute_image (#3994) (#448)
modular-magician Sep 21, 2020
da36f4c
Add network peerings for inspec (#4002) (#449)
modular-magician Sep 22, 2020
37f3853
Update docs for pubsub targets in cloud scheduler (#4008) (#450)
modular-magician Sep 23, 2020
e08a6b8
Merge branch 'master' into master
skpaterson Sep 29, 2020
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
Prev Previous commit
Next Next commit
Add SEV_CAPABLE option to google_compute_image (#3994) (#448)
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Sep 21, 2020
commit 3edd18f0b3ddb852fb706c3bbbcf8700771082ba
1 change: 1 addition & 0 deletions docs/resources/google_compute_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Properties that can be accessed from the `google_compute_image` resource:
Possible values:
* MULTI_IP_SUBNET
* SECURE_BOOT
* SEV_CAPABLE
* UEFI_COMPATIBLE
* VIRTIO_SCSI_MULTIQUEUE
* WINDOWS
Expand Down