Skip to content

Commit

Permalink
DownRev to 2.0.5 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerezimmerman authored Mar 25, 2024
1 parent 57a0dcd commit 327cb97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Terraform 0.13 uses a different file system layout for 3rd party providers. More
└───terraform.delinea.com
DelineaXPM
└───tss
└───2.0.6
└───2.0.5
└───windows_amd64
```

Expand All @@ -34,7 +34,7 @@ Terraform 0.13 uses a different file system layout for 3rd party providers. More
└───terraform.delinea.com
DelineaXPM
└───tss
└───2.0.6
└───2.0.5
├───linux_amd64
```

Expand Down
2 changes: 1 addition & 1 deletion examples/secrets/secret_create.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
tss = {
source = "DelineaXPM/tss"
version = "2.0.6"
version = "2.0.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/secrets/secret_get.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
tss = {
source = "DelineaXPM/tss"
version = "2.0.6"
version = "2.0.5"
}
}
}
Expand Down

0 comments on commit 327cb97

Please sign in to comment.