Skip to content

Commit

Permalink
Merge branch 'main' into init
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 15, 2025
2 parents 9ca1513 + 4a1f6a5 commit 8de691b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# data "aws_secretsmanager_secret_version" "github_token" {
# secret_id = "/eks-cluster-deployment/github_token"
# }

# provider "github" {
# token = data.aws_secretsmanager_secret_version.github_token.secret_string
# }

module "eks_deployment" {
source = "../../"
Expand Down

0 comments on commit 8de691b

Please sign in to comment.