Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 34c55fa

Browse files
authored
Add deprecation notice
1 parent 125030c commit 34c55fa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# terraform-aws-arn [![tests workflow status](https://github.com/bendrucker/terraform-aws-arn/workflows/tests/badge.svg?branch=master)](https://github.com/bendrucker/terraform-aws-arn/actions?query=workflow%3Atests) [![terraform module](https://img.shields.io/badge/terraform-module-623CE4)](https://registry.terraform.io/modules/bendrucker/arn/aws)
22

3-
> 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.
48
59
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.
610

0 commit comments

Comments
 (0)