Skip to content

johnricords/terraform-aws-tardigrade-account-alternate-contacts

 
 

Repository files navigation

terraform-aws-tardigrade-account-alternate-contacts

This module manages AWS account alternate contacts, including: Billing, operations, and security.

Requirements

No requirements.

Providers

Name Version
aws n/a

Resources

Name Type

Inputs

Name Description Type Default Required
account_alternate_contacts n/a
object({
billing = optional(object({
name = string
title = string
email_address = string
phone_number = string
}))
operations = optional(object({
name = string
title = string
email_address = string
phone_number = string
}))
security = optional(object({
name = string
title = string
email_address = string
phone_number = string
}))
})
n/a yes

Outputs

No outputs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 91.3%
  • Makefile 7.4%
  • Dockerfile 1.3%