Skip to content

Commit

Permalink
fix: Import resources to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Sep 24, 2024
1 parent 09650d1 commit 8469978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ import {
}

import {
id = "apiVersion=cert-manager.io/v1,kind=Certificate,[namespace=demeter-global,]name=rpc-tls"
id = "apiVersion=cert-manager.io/v1,kind=Certificate,namespace=demeter-global,name=rpc-tls"
to = module.fabric_rpc.kubernetes_manifest.certificate_cluster_wildcard_tls
}

0 comments on commit 8469978

Please sign in to comment.