Skip to content

Commit

Permalink
change defaults from id to arn
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuskimmina committed Sep 24, 2023
1 parent 664e630 commit 2559871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private aws.vpc.routetable @defaults("id") {
}

// Amazon Virtual Private Cloud (VPC) Subnet
private aws.vpc.subnet @defaults("id") {
private aws.vpc.subnet @defaults("arn") {
// ARN of the subnet
arn string
// Unique ID of the subnet
Expand Down

0 comments on commit 2559871

Please sign in to comment.