Skip to content

Commit

Permalink
fix(infra): remove k8s_infra -> cockroach_k8s circular dependency (#936)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 24, 2024
1 parent 7fca24b commit 41b6cdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bolt/core/src/dep/terraform/remote_states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ pub fn dependency_graph(_ctx: &ProjectContext) -> HashMap<&'static str, Vec<Remo
"redis_aws" => vec![
RemoteStateBuilder::default().plan_id("k8s_cluster_aws").build().unwrap(),
],
"k8s_infra" => vec![
RemoteStateBuilder::default().plan_id("cockroachdb_k8s").build().unwrap(),
],
"cockroachdb_managed" => vec![
RemoteStateBuilder::default().plan_id("k8s_cluster_aws").build().unwrap(),
],
Expand Down

0 comments on commit 41b6cdb

Please sign in to comment.