Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-sagar committed Dec 18, 2024
1 parent 1029016 commit f54a7a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.9
└───2.0.10
└───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.9
└───2.0.10
├───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.9"
version = "2.0.10"
}
}
}
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.9"
version = "2.0.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/secrets/secrets_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.9"
version = "2.0.10"
}
}
}
Expand Down

0 comments on commit f54a7a0

Please sign in to comment.