AWS Service Catalog Tag Option Resource Association

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

aws_servicecatalog_tag_option_resource_association (Terraform)

The Tag Option Resource Association in AWS Service Catalog can be configured in Terraform with the resource name aws_servicecatalog_tag_option_resource_association. 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:

  • resource_id - (Required) Resource identifier.
  • tag_option_id - (Required) Tag Option identifier.

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

  • id - Identifier of the association.
  • resource_arn - ARN of the resource.
  • resource_created_time - Creation time of the resource.
  • resource_description - Description of the resource.
  • resource_name - Description of the resource.

Explanation in Terraform Registry

Manages a Service Catalog Tag Option Resource Association. -> Tip: A "resource" is either a Service Catalog portfolio or product.

AWS::ServiceCatalog::TagOptionAssociation (CloudFormation)

The TagOptionAssociation in ServiceCatalog can be configured in CloudFormation with the resource name AWS::ServiceCatalog::TagOptionAssociation. 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

Associate the specified TagOption with the specified portfolio or product.

Frequently asked questions

What is AWS Service Catalog Tag Option Resource Association?

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