Skip to content

Commit

Permalink
Merge pull request #6 from doitintl/fix/readme
Browse files Browse the repository at this point in the history
Fix readme, TF format and add GH action
  • Loading branch information
eyalzek authored Oct 15, 2024
2 parents c551ee2 + 08e479b commit a2a0afb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run terraform fmt
on:
pull_request:

permissions: read-all

jobs:
terraform:
name: terraform fmt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "<REGION>-<CLUSTER_NAME>" {
source = "git::https://github.com/doitintl/terraform-eks-lens.git//cluster"
cluster = {
cluster_name = "<CLUSTER_NAME>"
name = "<CLUSTER_NAME>"
deployment_id = "<DEPLOYMENT_ID>"
kube_state_image = "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.9.2" # make sure to use the latest available image
otel_image = "otel/opentelemetry-collector-contrib:0.83.0" # make sure to use the latest available image
Expand Down
2 changes: 1 addition & 1 deletion cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "<REGION>-<CLUSTER_NAME>" {
source = "git::https://github.com/doitintl/terraform-eks-lens.git//cluster"
cluster = {
cluster_name = "<CLUSTER_NAME>"
name = "<CLUSTER_NAME>"
deployment_id = "<DEPLOYMENT_ID>"
kube_state_image = "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.9.2" # make sure to use the latest available image
otel_image = "otel/opentelemetry-collector-contrib:0.83.0" # make sure to use the latest available image
Expand Down

0 comments on commit a2a0afb

Please sign in to comment.