Resource: aws_fms_admin_account

Provides a resource to associate/disassociate an AWS Firewall Manager administrator account. This operation must be performed in the us-east-1 region.

Example Usage

resource "aws_fms_admin_account" "example" {}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Firewall Manager administrator account association using the account ID. For example:

import {
  to = aws_fms_admin_account.example
  id = "123456789012"
}

Using terraform import, import Firewall Manager administrator account association using the account ID. For example:

% terraform import aws_fms_admin_account.example 123456789012