Georgeforman3
Georgeforman3
When creating TF file for auto_scaling_policy -> target_tracking_configuration -> customized_metric_specification the metric_dimension should 1 or more blocks, but currently Former 2 generates array. Expected result: ``` target_tracking_configuration { customized_metric_specification {...
Is there any way to list webhook deliveries for the webhook configured for a GitHub App? https://docs.github.com/en/enterprise-cloud@latest/rest/reference/apps#list-deliveries-for-an-app-webhook Or to redeliver a delivery? https://docs.github.com/en/enterprise-cloud@latest/rest/reference/apps#redeliver-a-delivery-for-an-app-webhook Thanks.
For IAM user there's a difference between Terraform and CloudFormation for attached policies. In CFN there's an 'AttachedPolicies' property on the IAM::User resource but for Terraform there's another resource called...