Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat- updated attributes #63

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ badges:

# Prerequesties to display
prerequesties:
- name: "Kubectl"
url: "https://kubernetes.io/docs/tasks/tools/install-kubectl/"
- name: "AWS IAM Authenticator"
url: "https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html"
- name: Terraform
url: https://learn.hashicorp.com/terraform/getting-started/install.html
version: ">= 1.5.4"
Expand All @@ -43,16 +39,15 @@ providers:
url: https://aws.amazon.com/
version: ">= 5.11.0"


module_dependencies:
- name: Labels Module
url: https://github.com/clouddrove/terraform-aws-labels
description: Provides resource tagging.

# description of this project
description: |-
Terraform module will be created Autoscaling, Workers, EKS, Node Groups.

# extra content
include:
- "terraform.md"

# How to use this project
usage : |-
### Sample example
Expand Down
Loading