Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesAWSaws_account
aws_account
Stable
Direct
Source Code Link

AWS Account

Completes top-level configuration for each AWS account:

  1. Sets up AWS account alias

Providers

The following providers are needed by this module:

Required Inputs

The following input variables are required:

alias

Description: The human-readable string for the AWS account.

Type: string

billing_email_address

Description: The email address where you want to receive invoices for your organization

Type: string

billing_full_name

Description: The full name of the person who receives invoices for your organization

Type: string

billing_phone_number

Description: The phone number of the person who receives invoices for your organization

Type: string

billing_title

Description: The title of the person who receives invoices for your organization

Type: string

contact_address_line_1

Description: The street address for your organization (line 1)

Type: string

contact_city

Description: The city for your organization

Type: string

contact_company_name

Description: The name of your organization

Type: string

contact_country_code

Description: The ISO-3166 two-letter country code for your organization

Type: string

contact_full_name

Description: The full name of the primary contact who manages your organization's AWS account

Type: string

contact_phone_number

Description: The phone number of the primary contact who manages your organization's AWS account

Type: string

contact_postal_code

Description: The postal code for your organization

Type: string

operations_email_address

Description: The email address for the person who leads operations for your organization

Type: string

operations_full_name

Description: The full name of the person who leads operations for your organization

Type: string

operations_phone_number

Description: The phone number of the person who leads operations for your organization

Type: string

operations_title

Description: The title of the person who leads operations for your organization

Type: string

security_email_address

Description: The email address for the person who leads security for your organization

Type: string

security_full_name

Description: The full name of the person who leads security for your organization

Type: string

security_phone_number

Description: The phone number of the person who leads security for your organization

Type: string

security_title

Description: The title of the person who leads security for your organization

Type: string

Optional Inputs

The following input variables are optional (have default values):

contact_address_line_2

Description: The street address for your organization (line 2)

Type: string

Default: null

contact_district_or_county

Description: The district or county of your organization

Type: string

Default: null

contact_state_or_region

Description: The state or region for your organization

Type: string

Default: null

contact_website_url

Description: The website your organization

Type: string

Default: null

Outputs

The following outputs are exported:

spot_data_feed_bucket

Description: The name of the bucket for the spot data feed

spot_data_feed_bucket_arn

Description: The ARN of the bucket for the spot data feed

spot_data_feed_bucket_region

Description: The region of the bucket for the spot data feed

Usage

No notes