scottslowe-learning-tools/.gitignore
Scott S. Lowe e446810969
feat: add a Pulumi program to manage K8s-related AWS IAM entities
Add Pulumi Go code for AWS IAM entities related to Kubernetes. This includes IAM policy attachment, trust policy, and instance profile.

Add instructions for use in README.md.

Update .gitignore for the repository to exclude Pulumi state and include go.sum files.

---------

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-08-27 14:15:20 -06:00

24 lines
419 B
Text

# Ignore certain Vagrant-related files and directories
.bundle/
.vagrant
# Ignore certain Terraform-related files and directories
*.tfstate
*.tfstate.backup
*.tfvars
.terraform
# Ignore various other files
real-adminrc
*.taskpaper
consul-*.config.json
*.defaults
ssh.cfg
known_hosts
# Ignore Pulumi stack files and Pulumi state directories
Pulumi.*.yaml
.pulumi
# Ignore TypeScript/NodeJS directories
node_modules/