Skip to content

Commit

Permalink
corrected atmos resource in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Oct 11, 2023
1 parent 0a3ff15 commit 716c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/karpenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform import 'kubernetes_namespace.default[0]' 'karpenter'
Or if using Atmos supported Terraform, use the following as reference. Change `plat-use2-dev` to the given stack name:

```bash
atmos terraform state eks/karpenter rm 'module.karpenter_crd.kubernetes_namespace.default[0]' -s plat-use2-dev
atmos terraform state eks/karpenter rm 'module.karpenter.kubernetes_namespace.default[0]' -s plat-use2-dev
atmos terraform import eks/karpenter 'kubernetes_namespace.default[0]' 'karpenter' -s plat-use2-dev
```

Expand Down

0 comments on commit 716c3b1

Please sign in to comment.