Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thales Group committed Dec 4, 2023
1 parent ee72cc5 commit 69dd39e
Show file tree
Hide file tree
Showing 78 changed files with 82 additions and 77 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.10.4-beta

## Documentation
Published updated documentation.

# 0.10.3-beta

## New Data Source
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-cloudhsm-keys/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/create-native/ec/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/create-native/rsa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/create-native/symmetric/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/import/ciphertrust/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/import/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/import/hsm-luna/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/key-rotation/ciphertrust/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/key-rotation/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/key-rotation/hsm-luna/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/key-synchronization/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/policy-templates/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/upload/ciphertrust/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/upload/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-keys/upload/hsm-luna/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/aws-xks/cm-as-key-source/linked-key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/create-native/ec/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/create-native/hsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/create-native/rsa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/key-rotation/ciphertrust/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/key-rotation/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/key-rotation/hsm-luna/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/key-rotation/native/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/key-synchronization/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/upload/ciphertrust/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/upload/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/upload/hsm-luna/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/azure-keys/upload/pfx/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/connections/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/connections/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/connections/dsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/connections/google/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/connections/luna-hsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/data-sources/aws-key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/data-sources/azure-connection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/data-sources/azure-key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/data-sources/google-connection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.3-beta"
version = "0.10.4-beta"
}
}
}
Expand Down
Loading

0 comments on commit 69dd39e

Please sign in to comment.