Resource: aws_servicecatalog_portfolio

Provides a resource to create a Service Catalog Portfolio.

Example Usage

resource "aws_servicecatalog_portfolio" "portfolio" {
  name          = "My App Portfolio"
  description   = "List of my organizations apps"
  provider_name = "Brett"
}

Argument Reference

This resource supports the following arguments:

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 Service Catalog Portfolios using the Service Catalog Portfolio id. For example:

import {
  to = aws_servicecatalog_portfolio.testfolio
  id = "port-12344321"
}

Using terraform import, import Service Catalog Portfolios using the Service Catalog Portfolio id. For example:

% terraform import aws_servicecatalog_portfolio.testfolio port-12344321