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 paramater for max_instances for gcp_cloudfunctions_cloud_function … #290

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2020

  1. Make iap field computed (#3814) (ansible-collections#272)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c62d826 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. add source_image and source_snapshot to google_compute_image (#3799) (a…

    …nsible-collections#273)
    
    * add source_image to google_compute_image
    
    * add source_snapshot to google_compute_image
    
    * PR comment changes
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    791e725 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Collection fixes for release (#3831) (ansible-collections#274)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a6df432 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Add new field filter to pubsub. (#3759) (ansible-collections#275)

    * Add new field filter to pubsub.
    
    Fixes: hashicorp/terraform-provider-google#6727
    
    * Fixed filter name, it was improperly set.
    
    * add filter key to pubsub subscription unit test
    
    * spaces not tabs!
    
    * hardcode filter value in test
    
    * revert remove escaped quotes
    
    Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk>
    modular-magician and tim-codes committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    8f8743e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Add archive class to gcs (#3867) (ansible-collections#276)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    b255304 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Add support for gRPC healthchecks (#3825) (ansible-collections#277)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    74aa87d View commit details
    Browse the repository at this point in the history
  2. Add enableMessageOrdering to Pub/Sub Subscription (#3872) (ansible-co…

    …llections#278)
    
    Add enableMessageOrdering to Pub/Sub Subscription
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    85e17ee View commit details
    Browse the repository at this point in the history
  3. use {product}.googleapis.com endpoints (#3755) (ansible-collections#279)

    * use {product}.googleapis.com endpoints
    
    * use actual correct urls
    
    * fix zone data source test
    
    * fix network peering tests
    
    * possibly fix deleting default network
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    30b00dc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Removed instances where input and output are both true (#3890) (ansib…

    …le-collections#280)
    
    * [provider-yaml] - Removed instances where input and output are both true
    
    * modified to only supply output. Following pattern from bigquerydatatransfer
    
    Co-authored-by: Scott Suarez <scottsuarez@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Scott Suarez <scottsuarez@google.com>
    modular-magician and ScottSuarez committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    3dec692 View commit details
    Browse the repository at this point in the history
  2. retrypolicy attribute added (#3843) (ansible-collections#281)

    * retrypolicy attribute added
    
    * test case updated
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f997999 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Advanced logging config options in google_compute_subnetwork (#3603) (a…

    …nsible-collections#282)
    
    Co-authored-by: Dana Hoffman <danahoffman@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Dana Hoffman <danahoffman@google.com>
    modular-magician and danawillow committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    9b8a7f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Add Erase Windows VSS support to compute disk (#3898) (ansible-collec…

    …tions#283)
    
    Co-authored-by: Cameron Thornton <camthornton@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Cameron Thornton <camthornton@google.com>
    modular-magician and c2thorn committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3e06e18 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Add Snapshot location to compute snapshot (#3896) (ansible-collection…

    …s#286)
    
    * added storage locations
    
    * add storage locations to field
    
    * tweak cmek logic
    
    * fix the decoder logic and cleanup whitespaces
    
    * remove duplicate entry
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8212801 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Added missing 'all' option for protocol firewall rule (#3962) (ansibl…

    …e-collections#287)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a9904d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Added support GRPC for google_compute_(region)_backend_service.protoc…

    …ol (#3973) (ansible-collections#289)
    
    Co-authored-by: Edward Sun <sunedward@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Edward Sun <sunedward@google.com>
    modular-magician and Edward Sun committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e40ee2c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    0ae2c97 View commit details
    Browse the repository at this point in the history