Resource: aws_ec2_serial_console_access

Provides a resource to manage whether serial console access is enabled for your AWS account in the current AWS region.

Example Usage

resource "aws_ec2_serial_console_access" "example" {
  enabled = true
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports no additional attributes.

Import

In Terraform v1.5.0 and later, use an import block to import serial console access state. For example:

import {
  to = aws_ec2_serial_console_access.example
  id = "default"
}

Using terraform import, import serial console access state. For example:

% terraform import aws_ec2_serial_console_access.example default