Resource: aws_servicecatalog_tag_option

Manages a Service Catalog Tag Option.

Example Usage

Basic Usage

resource "aws_servicecatalog_tag_option" "example" {
  key   = "nyckel"
  value = "värde"
}

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:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import aws_servicecatalog_tag_option using the tag option ID. For example:

import {
  to = aws_servicecatalog_tag_option.example
  id = "tag-pjtvagohlyo3m"
}

Using terraform import, import aws_servicecatalog_tag_option using the tag option ID. For example:

% terraform import aws_servicecatalog_tag_option.example tag-pjtvagohlyo3m