Resource: aws_licensemanager_grant_accepter

Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.

Example Usage

resource "aws_licensemanager_grant_accepter" "test" {
  grant_arn = "arn:aws:license-manager::123456789012:grant:g-1cf9fba4ba2f42dcab11c686c4b4d329"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import aws_licensemanager_grant_accepter using the grant arn. For example:

import {
  to = aws_licensemanager_grant_accepter.test
  id = "arn:aws:license-manager::123456789012:grant:g-1cf9fba4ba2f42dcab11c686c4b4d329"
}

Using terraform import, import aws_licensemanager_grant_accepter using the grant arn. For example:

% terraform import aws_licensemanager_grant_accepter.test arn:aws:license-manager::123456789012:grant:g-1cf9fba4ba2f42dcab11c686c4b4d329