AWS Service Catalog Organizations Access

This page shows how to write Terraform for AWS Service Catalog Organizations Access and write them securely.

aws_servicecatalog_organizations_access (Terraform)

The Organizations Access in AWS Service Catalog can be configured in Terraform with the resource name aws_servicecatalog_organizations_access. 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:

  • enabled - (Required) Whether to enable AWS Organizations access.

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

  • id - Account ID for the account using the resource.

Explanation in Terraform Registry

Manages Service Catalog AWS Organizations Access, a portfolio sharing feature through AWS Organizations. This allows Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This resource will prompt AWS to set organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.

NOTE: This resource can only be used by the management account in the organization. In other words, a delegated administrator is not authorized to use the resource.

CloudFormation Example

CloudFormation code does not have the related resource.

Frequently asked questions

What is AWS Service Catalog Organizations Access?

AWS Service Catalog Organizations Access is a resource for Service Catalog of Amazon Web Service. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.