Resource: aws_chime_voice_connector

Enables you to connect your phone system to the telephone network at a substantial cost savings by using SIP trunking.

Example Usage

resource "aws_chime_voice_connector" "test" {
  name               = "connector-test-1"
  require_encryption = true
  aws_region         = "us-east-1"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

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

Import

In Terraform v1.5.0 and later, use an import block to import Configuration Recorder using the name. For example:

import {
  to = aws_chime_voice_connector.test
  id = "example"
}

Using terraform import, import Configuration Recorder using the name. For example:

% terraform import aws_chime_voice_connector.test example