Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Feb 25, 2024
1 parent f991003 commit 2ea2ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
working-dir: .
output-file: README.md
output-method: inject
config-file: .terraform-docs.yml
git-push: "true"
51 changes: 0 additions & 51 deletions .terraform-docs.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module "ocean-kubernetes-controller" {
- [Backwards Compatible Installation](https://github.com/spotinst/terraform-ocean-kubernetes-controller/tree/main/example/backwards-compatible-installation)
- [Values File Installation](https://github.com/spotinst/terraform-spotinst-ocean-controller/tree/main/example/values-file-installation)

<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
Expand Down Expand Up @@ -79,6 +80,7 @@ No modules.
## Outputs

No outputs.
<!-- END_TF_DOCS -->

## Documentation

Expand Down
1 change: 1 addition & 0 deletions example/values-file-installation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ module "ocean_controller" {
release_name = "test-terraform"

values_file = "./values.yaml"

}

0 comments on commit 2ea2ece

Please sign in to comment.