Skip to content

Commit f5eb93a

Browse files
committed
Remove unused 'arn' field from packer_bucket and ansible_bucket variable definitions
1 parent 340e2b2 commit f5eb93a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ variable "packer_config" {
114114
variable "packer_bucket" {
115115
type = object({
116116
name = string,
117-
arn = string,
118117
key = string
119118
})
120119
description = "Source bucket details"
@@ -125,7 +124,6 @@ variable "ansible_bucket" {
125124
type = object({
126125
name = string,
127126
key = string,
128-
arn = string
129127
})
130128
description = "Ansible bucket details"
131129
default = null

0 commit comments

Comments
 (0)