edgecontainer: add google_edgecontainer_api_key resource - #18586
edgecontainer: add google_edgecontainer_api_key resource#18586slevenick wants to merge 2 commits into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 0dedc0c: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_edgecontainer_api_key" "primary" {
api_key_id = # value needed
api_targets {
methods = # value needed
service = # value needed
}
labels = # value needed
location = # value needed
service_account_name = # value needed
validity = # value needed
zone = # value needed
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. View the replaying VCR build log @slevenick VCR tests complete for 0dedc0c! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 47144c5: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_edgecontainer_api_key" "primary" {
api_key_id = # value needed
api_targets {
methods = # value needed
service = # value needed
}
labels = # value needed
location = # value needed
service_account_name = # value needed
validity = # value needed
zone = # value needed
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. View the replaying VCR build log @slevenick VCR tests complete for 47144c5! |
Add support for Distributed Cloud Edge API Key resource (
google_edgecontainer_api_key).Tests are marked with
exclude_test: truein alignment with existing Edge Container resources (Cluster,NodePool,VpnConnection) due to the requirement for physical hardware edge zones.