mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 19:00:27 -04:00
provider/aws: Expose invoke ARN from Lambda function (for APIG) (#13890)
This commit is contained in:
@@ -108,6 +108,7 @@ For **environment** the following attributes are supported:
|
||||
* `arn` - The Amazon Resource Name (ARN) identifying your Lambda Function.
|
||||
* `qualified_arn` - The Amazon Resource Name (ARN) identifying your Lambda Function Version
|
||||
(if versioning is enabled via `publish = true`).
|
||||
* `invoke_arn` - The ARN to be used for invoking Lambda Function from API Gateway - to be used in [`aws_api_gateway_integration`](/docs/providers/aws/r/api_gateway_integration.html)'s `uri`
|
||||
* `version` - Latest published version of your Lambda Function.
|
||||
* `last_modified` - The date this resource was last modified.
|
||||
* `kms_key_arn` - (Optional) The ARN for the KMS encryption key.
|
||||
|
||||
Reference in New Issue
Block a user