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

Add Firebase AppleApp Data Source #13239

Commits on Dec 14, 2022

  1. Add Firebase AppleApp Data Source (hashicorp#6876)

    * Update api.yaml
    
    * Update api.yaml
    
    * Update api.yaml
    
    * Update api.yaml
    
    * Update terraform.yaml
    
    * Create firebase_apple_app_basic.tf.erb
    
    * Responding to tylerg-dev's comments
    
    * Fixing the failing TestAccFirebaseAppleApp_firebaseAppleAppBasicExample test
    
    * Add a handwritten sweeper to hard-delete the AppleApp
    
    * Fix typo in update_mask
    
    * Fix var name in test
    
    * Add delete request body
    
    * Change appId to app_id in the sweeper delete url
    
    * Use custom_delete for deleting the AppleApp resource
    
    * Update api.yaml
    
    * Remove the repeated block in terraform.api
    
    * Add a 5 sec in the post_delete template
    
    * Move the 5 sec delay to the custom delete code
    
    * Add "Optional" to the deletion_policy description.
    
    * Address melinath@ comments
    
    * Add a manual update test
    
    * Remove unnecessary randomness. Also, move attributes to the vars section so they show up in docs.
    
    * Update mmv1/products/firebase/terraform.yaml
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Update mmv1/products/firebase/terraform.yaml
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Update mmv1/products/firebase/terraform.yaml
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Update mmv1/third_party/terraform/tests/resource_firebase_apple_app_update_test.go.erb
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Update mmv1/third_party/terraform/tests/resource_firebase_apple_app_update_test.go.erb
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Update mmv1/third_party/terraform/tests/resource_firebase_apple_app_update_test.go.erb
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    
    * Adding back the test_vars_overrides.
    
    * Add a Datasource for Firebase AppleApp
    
    * Fix lint warnings
    
    * Add documentations and fix the test
    
    * Update the test providers.
    
    * Remove the providers from the AppleApp datasource tests
    
    * Add GA tags to the data source test and rename it to .go.erb
    
    * Fix tabs in Datasource map.
    
    * Add randomness to bundle_id to avoid collision.
    
    * Responding to roaks3's comments
    
    * Remove ws from data_source_google_firebase_web_app.go.erb
    
    * Remove unneeded whitespaces from provider.go.erb
    
    Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician and melinath committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a7e661e View commit details
    Browse the repository at this point in the history