AWS Service Catalog Tag Option

This page shows how to write Terraform and CloudFormation for AWS Service Catalog Tag Option and write them securely.

aws_servicecatalog_tag_option (Terraform)

The Tag Option in AWS Service Catalog can be configured in Terraform with the resource name aws_servicecatalog_tag_option. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are required:

  • key - (Required) Tag option key.
  • value - (Required) Tag option value.

The following arguments are optional:

  • active - (Optional) Whether tag option is active. Default is true.

In addition to all arguments above, the following attributes are exported:

  • id - Identifier (e.g., tag-pjtvagohlyo3m).
  • owner_id - AWS account ID of the owner account that created the tag option.

Explanation in Terraform Registry

Manages a Service Catalog Tag Option.

AWS::ServiceCatalog::TagOption (CloudFormation)

The TagOption in ServiceCatalog can be configured in CloudFormation with the resource name AWS::ServiceCatalog::TagOption. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

Specifies a TagOption. A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

Frequently asked questions

What is AWS Service Catalog Tag Option?

AWS Service Catalog Tag Option is a resource for Service Catalog of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.