Skip to content

Commit

Permalink
fix: fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed May 13, 2024
1 parent d23e616 commit 0e49197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-service-accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "kubernetes_secret_v1" "hms_readonly" {
]
}

resource "kubernetes_service_account" "s3_inventory" {
resource "kubernetes_service_account_v1" "s3_inventory" {
count = var.hms_instance_type == "k8s" ? 1 : 0
metadata {
name = "${local.instance_alias}-s3-inventory"
Expand Down

0 comments on commit 0e49197

Please sign in to comment.