-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00e4907
commit 1da865c
Showing
121 changed files
with
1,318 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,4 @@ | ||
# todo aws | ||
|
||
Resource percentage coverage 95.94 | ||
Resource percentage coverage 100.00 | ||
Datasource percentage coverage 100.00 | ||
|
||
./resource.ps1 aws_cognito_managed_user_pool_client | ||
./resource.ps1 aws_ebs_fast_snapshot_restore | ||
./resource.ps1 aws_ecr_account_setting | ||
./resource.ps1 aws_ecs_account_setting_default | ||
./resource.ps1 aws_ecs_cluster_capacity_providers | ||
./resource.ps1 aws_eip_domain_name | ||
./resource.ps1 aws_elasticache_reserved_cache_node | ||
./resource.ps1 aws_elasticache_serverless_cache | ||
./resource.ps1 aws_elasticache_user_group_association | ||
./resource.ps1 aws_elasticsearch_domain_saml_options | ||
./resource.ps1 aws_elasticsearch_vpc_endpoint | ||
./resource.ps1 aws_grafana_role_association | ||
./resource.ps1 aws_grafana_workspace_saml_configuration | ||
./resource.ps1 aws_iam_group_policy_attachments_exclusive | ||
./resource.ps1 aws_iam_organizations_features | ||
./resource.ps1 aws_iam_role_policy_attachments_exclusive | ||
./resource.ps1 aws_iam_user_policy_attachments_exclusive | ||
./resource.ps1 aws_iot_event_configurations | ||
./resource.ps1 aws_iot_indexing_configuration | ||
./resource.ps1 aws_iot_logging_options | ||
./resource.ps1 aws_iot_policy_attachment | ||
./resource.ps1 aws_iot_thing_group_membership | ||
./resource.ps1 aws_iot_thing_principal_attachment | ||
./resource.ps1 aws_lb_listener_certificate | ||
./resource.ps1 aws_lb_ssl_negotiation_policy | ||
./resource.ps1 aws_main_route_table_association | ||
./resource.ps1 aws_memorydb_multi_region_cluster | ||
./resource.ps1 aws_msk_single_scram_secret_association | ||
./resource.ps1 aws_mskconnect_custom_plugin | ||
./resource.ps1 aws_mskconnect_worker_configuration | ||
./resource.ps1 aws_neptune_global_cluster | ||
./resource.ps1 aws_network_interface_sg_attachment | ||
./resource.ps1 aws_networkmanager_attachment_accepter | ||
./resource.ps1 aws_networkmanager_connection | ||
./resource.ps1 aws_networkmanager_core_network_policy_attachment | ||
./resource.ps1 aws_networkmanager_transit_gateway_connect_peer_association | ||
./resource.ps1 aws_networkmonitor_monitor | ||
./resource.ps1 aws_networkmonitor_probe | ||
./resource.ps1 aws_organizations_delegated_administrator | ||
./resource.ps1 aws_prometheus_rule_group_namespace | ||
./resource.ps1 aws_qldb_ledger | ||
./resource.ps1 aws_ram_resource_share_accepter | ||
./resource.ps1 aws_ram_sharing_with_organization | ||
./resource.ps1 aws_rbin_rule | ||
./resource.ps1 aws_rds_instance_state | ||
./resource.ps1 aws_resiliencehub_resiliency_policy | ||
./resource.ps1 aws_resourcegroups_resource | ||
./resource.ps1 aws_rum_metrics_destination | ||
./resource.ps1 aws_securityhub_invite_accepter | ||
./resource.ps1 aws_securityhub_member | ||
./resource.ps1 aws_serverlessapplicationrepository_cloudformation_stack | ||
./resource.ps1 aws_servicecatalog_provisioning_artifact | ||
./resource.ps1 aws_shield_application_layer_automatic_response | ||
./resource.ps1 aws_shield_drt_access_log_bucket_association | ||
./resource.ps1 aws_shield_drt_access_role_arn_association | ||
./resource.ps1 aws_shield_protection_health_check_association | ||
./resource.ps1 aws_timestreamquery_scheduled_query | ||
./resource.ps1 aws_verifiedaccess_instance_trust_provider_attachment | ||
./resource.ps1 aws_verifiedpermissions_schema | ||
./resource.ps1 aws_vpc_endpoint_connection_accepter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/mapping/aws/resource/aps/aws_prometheus_rule_group_namespace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"aps:DescribeRuleGroupsNamespace", | ||
"aps:CreateRuleGroupsNamespace", | ||
"aps:DeleteRuleGroupsNamespace", | ||
"aps:PutRuleGroupsNamespace" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
16 changes: 16 additions & 0 deletions
16
src/mapping/aws/resource/cognito-idp/aws_cognito_managed_user_pool_client.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"cognito-idp:DescribeUserPoolClient", | ||
"cognito-idp:CreateUserPoolClient", | ||
"cognito-idp:DeleteUserPoolClient", | ||
"cognito-idp:UpdateUserPoolClient" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
11 changes: 11 additions & 0 deletions
11
src/mapping/aws/resource/ec2/aws_ebs_fast_snapshot_restore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"apply": [], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"apply": [], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.