You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2024. It is now read-only.
> Terraform module that accepts the components of an AWS ARN and outputs the string form
3
+
⚠️ **Deprecated:** Terraform 1.8+ users should use the AWS provider's [`arn_build`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/functions/arn_build) function.
4
+
5
+
---
6
+
7
+
> Terraform module that accepts the components of an AWS ARN and outputs the string form.
4
8
5
9
This module provides the inverse to [`data.aws_arn`](https://www.terraform.io/docs/providers/aws/d/arn.html). Where possible, prefer refererring to an ARN directly (as an attribute of a resource or data source) rather than constructing it.
0 commit comments