Skip to content

Commit

Permalink
Merge pull request #11 from conjurdemos/2-repo-init
Browse files Browse the repository at this point in the history
go releaser updates
  • Loading branch information
aharriscybr authored Mar 15, 2024
2 parents 6198ef0 + 0a09512 commit ce51d61
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 156 deletions.
96 changes: 0 additions & 96 deletions Jenkinsfile

This file was deleted.

6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "cyberarkapi Provider"
page_title: "cyberark Provider"
subcategory: ""
description: |-
Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault
---

# cyberarkapi Provider
# cyberark Provider

Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault

## Example Usage

```terraform
provider "cyberarkapi" {
provider "cyberark" {
tenant = "aarp0000"
domain = "example-domain"
clientid = "[email protected]"
Expand Down
19 changes: 1 addition & 18 deletions docs/resources/awsaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,7 @@ description: |-

AWS Account Resource

## Example Usage

```terraform
resource "cyberark_awsaccount" "awskey" {
name = "user-aws"
username = "user-aws"
platform = "AWS_TF"
safe = "TF_TEST_SAFE"
secrettype = "key"
secret = "secret_key"
sm_manage = false
sm_manage_reason = "No CPM Associated with Safe."
aws_kid = "9876543210"
aws_accountid = "0123456789"
aws_alias = "aws_alias"
aws_accountregion = "us-east-2"
}
```


<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
19 changes: 1 addition & 18 deletions docs/resources/dbaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,7 @@ description: |-

Database Account Resource

## Example Usage

```terraform
resource "cyberark_dbaccount" "pgdb" {
name = "user-db"
address = "1.2.3.4"
username = "user-db"
platform = "PROD_PostgreSQL"
safe = "TF_TEST_SAFE"
secrettype = "password"
secret = "SincerelySecure2#24!"
sm_manage = false
sm_manage_reason = "No CPM Associated with Safe."
db_port = "8432"
db_dsn = "dsn"
dbname = "dbo.services"
}
```


<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
21 changes: 0 additions & 21 deletions docs/resources/msaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,7 @@ description: |-

Microsoft Azure Key Account Resource

## Example Usage

```terraform
resource "cyberark_msaccount" "mskey" {
name = "user-ms"
address = "1.2.3.4"
username = "user-ms"
platform = "MS_TF"
safe = "TF_TEST_SAFE"
secrettype = "password"
secret = "SincerelySecure2#24!"
sm_manage = false
sm_manage_reason = "No CPM Associated with Safe."
ms_appid = "ApplicationID"
ms_appobjid = "ApplicationObjectID"
ms_keyid = "KeyID"
ms_adid = "ADKeyID"
ms_duration = "300"
ms_pop = "yes"
ms_keydesc = "key descriptiong with spaces"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down

0 comments on commit ce51d61

Please sign in to comment.