Skip to content

Commit 41e1083

Browse files
authored
bug: Fix typo when setting gpg key with apt (#109)
1 parent 491f4c3 commit 41e1083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ops-agent-policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" {
199199
uri = apt.value.uri
200200
distribution = apt.value.distribution
201201
components = apt.value.components
202-
gpg_key = try(apt.value.gpg_key, null)
202+
gpg_key = try(apt.value.gpgKey, null)
203203
}
204204
}
205205
dynamic "yum" {

0 commit comments

Comments
 (0)