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 support for Cloud Asset feeds #6821

Commits on Jul 21, 2020

  1. Add support for Cloud Asset feeds (hashicorp#3750)

    * Added pre_create custom code hook
    
    * Adding the google_cloud_asset_project_feed resource type
    
    * Move the pre_create override further down. We need the provect var to be available by then.
    
    * Get the variables from the test environment
    
    * Just update the project variable, not the whole data structure.
    
    * Add the google_cloud_asset_folder_feed resource type
    
    * Adding the google_cloud_asset_organization_feed resource type
    
    * Remove blank lines to avoid unecessary diffs
    
    * Just noticed the attributes in the output destination were not marked as required.
    
    * Fix linter error
    
    * Update copyright
    
    * Add enum for contentType parameter
    
    * Moving folder and org id to params block
    
    * Removing unnecessary autogen_async flag
    
    * Moving the obj structure code to an encoder
    
    * Added folder_id computed attribute
    
    * Rename project to billing_project in folder and org feeds for consistency across resources and with gcloud command
    
    Signed-off-by: Modular Magician <[email protected]>
    modular-magician committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b7b6296 View commit details
    Browse the repository at this point in the history