Releases: nekrassov01/Pasm
Releases · nekrassov01/Pasm
1.3.8
Feature
- Add
Invoke-PasmExport
to create a simple csv for external use. (#25)
Add
1.3.7
Feature
- In the cleanup process, if the resource to be deleted could not be obtained by using the ID as a key, it can now be cleaned up by using the name as a key if the Force switch is enabled. (#24)
Update
1.3.6
Feature
- Change the previous behavior and create an ephemeral port permission rule for the Inbound and a 0.0.0.0/0 permission rule for the Outbound by default. (#13)
Update
Invoke-PasmInitialize
Invoke-PasmBlueprint
Invoke-PasmDeployment
Helpers
README.md
Pasm.psm1
Pasm.Tests.ps1
1.3.5
Feature
- Fix inconsistency of ids and names at deployment (#18)
Update
1.3.4
Feature
- Overwrite
ResourceId
with literal string after cleanup (#17)
Update
1.3.3
Feature
- Add id verification in
Invoke-PasmInitialize
(#12)
1.3.2
Feature
- Fix bug:
Invoke-PasmCleanUp
1.3.0
Feature
- Clean up the deployed resources. (#11)
Add
Update
Pasm.psm1
Pasm.Tests.ps1
Helper.ps1
Invoke-PasmBlueprint
Invoke-PasmDeployment
README.md
Usage
Invoke-PasmCleanUp -FilePath blueprint.yml
Caution
- Force detach of associated resources.
- Skip requester-managed ENIs, as they cannot be detached.