You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change in modules/delegated-admin/variables.tf the variable type to "string"
variable "guardduty_delegated_admin_account_id" {
type = string
description = "The account id of the account that will be GuardDuty's delegated admin."
}
The text was updated successfully, but these errors were encountered:
Where
https://github.com/binbashar/terraform-aws-guardduty-multiaccount/blob/c3b51f533de7f5a7be6c9fa6e5fc5f7ba6c0e99f/modules/delegated-admin/variables.tf#L32C17-L32C23
What
How to reproduce
module "guardduty" {
source = "github.com/binbashar/terraform-aws-guardduty-multiaccount.git//modules/delegated-admin?ref=v0.2.0"
guardduty_delegated_admin_account_id = "008XXXXX83"
How to fix the error
change in
modules/delegated-admin/variables.tf
the variable type to "string"The text was updated successfully, but these errors were encountered: