Add asset_search to folder, project, and organization modules. (#3707)

This commit is contained in:
Julio Castillo
2026-02-05 12:56:27 +01:00
committed by GitHub
parent b2cbd7a3c6
commit 7d33becacf
12 changed files with 254 additions and 103 deletions

View File

@@ -14,6 +14,13 @@
* limitations under the License.
*/
data "google_cloud_asset_search_all_resources" "default" {
for_each = var.asset_search
scope = local.folder_id
asset_types = each.value.asset_types
query = each.value.query
}
resource "google_cloud_asset_folder_feed" "default" {
for_each = var.asset_feeds
billing_project = lookup(