common-fate / terraform-provider-commonfate

The Common Fate Terraform Provider
MIT License
2 stars 2 forks source link

add `commonfate_aws_resource_scanner` resource #105

Closed chrnorm closed 1 month ago

chrnorm commented 1 month ago

Allows AWS resource scanning to be configured to enable for particular accounts and regions.

Example usage:

resource "commonfate_aws_resource_scanner" "dev" {
  integration_id         = commonfate_aws_idc_integration.sandbox.id
  regions                = ["ap-southeast-2"]
  filter_for_account_ids = ["123456789012"]
}
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 383c615ac47ea552208ff5fa2c9aa52a66d21ecd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------------------------ | ----- | | @common-fate/terraform-provider-commonfate | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR