File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
environments/skeleton/{{cookiecutter.environment}}/tofu Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python # pylint: disable=invalid-name
1
+ #!/usr/bin/env python
2
+ # pylint: disable=invalid-name
2
3
3
4
"""
4
5
Delete infrastructure for a cluster without using Terraform. Useful for CI clusters.
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python # pylint: disable=invalid-name
1
+ #!/usr/bin/env python
2
+ # pylint: disable=invalid-name
2
3
"""opentofu external data program to list baremetal nodes
3
4
4
5
Example usage:
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python # pylint: disable=invalid-name
1
+ #!/usr/bin/env python
2
+ # pylint: disable=invalid-name
2
3
"""opentofu external data program to load inventory string variables from
3
4
a (possibly vault-encrypted) secrets file.
4
5
You can’t perform that action at this time.
0 commit comments