Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thales Group committed Nov 9, 2023
1 parent 1c1b16b commit 916e2c8
Show file tree
Hide file tree
Showing 76 changed files with 76 additions and 76 deletions.
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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-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 = ".10.2-beta"
version = ".10.1-beta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample-scripts/data-sources/google-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 = ".10.2-beta"
version = ".10.1-beta"
}
}
}
Expand Down
Loading

0 comments on commit 916e2c8

Please sign in to comment.