Skip to content

Commit

Permalink
App Check DeviceCheck provider (#9978) (#17517)
Browse files Browse the repository at this point in the history
* App Check DeviceCheck provider

* Remove minimal example & pattern field

* Add real private keys that are not useful anywhere

* Limit tests to beta

[upstream:e285c09c0a21af2e5fe3721a23522331599c415e]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Mar 7, 2024
1 parent c91038b commit 239e666
Show file tree
Hide file tree
Showing 7 changed files with 579 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9978.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_firebase_app_check_device_check_config`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 389
// Generated resources: 390
// Generated IAM resources: 231
// Total generated resources: 620
// Total generated resources: 621
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -738,6 +738,7 @@ var generatedResources = map[string]*schema.Resource{
"google_filestore_snapshot": filestore.ResourceFilestoreSnapshot(),
"google_firebase_app_check_app_attest_config": firebaseappcheck.ResourceFirebaseAppCheckAppAttestConfig(),
"google_firebase_app_check_debug_token": firebaseappcheck.ResourceFirebaseAppCheckDebugToken(),
"google_firebase_app_check_device_check_config": firebaseappcheck.ResourceFirebaseAppCheckDeviceCheckConfig(),
"google_firebase_app_check_play_integrity_config": firebaseappcheck.ResourceFirebaseAppCheckPlayIntegrityConfig(),
"google_firebase_app_check_recaptcha_enterprise_config": firebaseappcheck.ResourceFirebaseAppCheckRecaptchaEnterpriseConfig(),
"google_firebase_app_check_recaptcha_v3_config": firebaseappcheck.ResourceFirebaseAppCheckRecaptchaV3Config(),
Expand Down

0 comments on commit 239e666

Please sign in to comment.