Skip to content

Commit 7d45da9

Browse files
committed
cdktf: update d/team_access.html.markdown,d/team.html.markdown,d/ssh_key.html.markdown,d/slug.html.markdown,d/saml_settings.html.markdown,d/registry_gpg_keys.html.markdown,d/registry_gpg_key.html.markdown,d/project.html.markdown,d/policy_set.html.markdown,d/outputs.html.markdown
1 parent 17b9ebc commit 7d45da9

File tree

4 files changed

+196
-0
lines changed

4 files changed

+196
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: "tfe"
3+
page_title: "Terraform Enterprise: tfe_registry_gpg_key"
4+
description: |-
5+
Get information on a private registry GPG key.
6+
---
7+
8+
9+
<!-- Please do not edit this file, it is generated. -->
10+
# Data Source: tfe_registry_gpg_key
11+
12+
Use this data source to get information about a private registry GPG key.
13+
14+
## Example Usage
15+
16+
```python
17+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18+
from constructs import Construct
19+
from cdktf import TerraformStack
20+
#
21+
# Provider bindings are generated by running `cdktf get`.
22+
# See https://cdk.tf/provider-generation for more details.
23+
#
24+
from imports.tfe. import DataTfeRegistryGpgKey
25+
class MyConvertedCode(TerraformStack):
26+
def __init__(self, scope, name):
27+
super().__init__(scope, name)
28+
DataTfeRegistryGpgKey(self, "example",
29+
id="13DFECCA3B58CE4A",
30+
organization="my-org-name"
31+
)
32+
```
33+
34+
## Argument Reference
35+
36+
The following arguments are supported:
37+
38+
* `id` - (Required) ID of the GPG key.
39+
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
40+
41+
## Attributes Reference
42+
43+
* `ascii_armor` - ASCII-armored representation of the GPG key.
44+
* `created_at` - The time when the GPG key was created.
45+
* `updated_at` - The time when the GPG key was last updated.
46+
47+
<!-- cache-key: cdktf-0.19.0 input-7cf721398cc48785bd0ab8f949360d917b2cadf37b1f704b8747ee2c07ced5d4 -->
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: "tfe"
3+
page_title: "Terraform Enterprise: tfe_registry_gpg_keys"
4+
description: |-
5+
Get information on private registry GPG keys of an organization.
6+
---
7+
8+
9+
<!-- Please do not edit this file, it is generated. -->
10+
# Data Source: tfe_registry_gpg_key
11+
12+
Use this data source to get information about all private registry GPG keys of an organization.
13+
14+
## Example Usage
15+
16+
```python
17+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18+
from constructs import Construct
19+
from cdktf import TerraformStack
20+
#
21+
# Provider bindings are generated by running `cdktf get`.
22+
# See https://cdk.tf/provider-generation for more details.
23+
#
24+
from imports.tfe. import DataTfeRegistryGpgKeys
25+
class MyConvertedCode(TerraformStack):
26+
def __init__(self, scope, name):
27+
super().__init__(scope, name)
28+
DataTfeRegistryGpgKeys(self, "all",
29+
organization="my-org-name"
30+
)
31+
```
32+
33+
## Argument Reference
34+
35+
The following arguments are supported:
36+
37+
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
38+
39+
## Attributes Reference
40+
41+
* `keys` - List of GPG keys in the organization. Each element contains the following attributes:
42+
* `id` - ID of the GPG key.
43+
* `organization` - Name of the organization.
44+
* `ascii_armor` - ASCII-armored representation of the GPG key.
45+
* `created_at` - The time when the GPG key was created.
46+
* `updated_at` - The time when the GPG key was last updated.
47+
48+
<!-- cache-key: cdktf-0.19.0 input-985032e5d21704bbf9d65466c89a423c9765fcddc79c819677b5b011797a49e7 -->
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: "tfe"
3+
page_title: "Terraform Enterprise: tfe_registry_gpg_key"
4+
description: |-
5+
Get information on a private registry GPG key.
6+
---
7+
8+
9+
<!-- Please do not edit this file, it is generated. -->
10+
# Data Source: tfe_registry_gpg_key
11+
12+
Use this data source to get information about a private registry GPG key.
13+
14+
## Example Usage
15+
16+
```typescript
17+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18+
import { Construct } from "constructs";
19+
import { TerraformStack } from "cdktf";
20+
/*
21+
* Provider bindings are generated by running `cdktf get`.
22+
* See https://cdk.tf/provider-generation for more details.
23+
*/
24+
import { DataTfeRegistryGpgKey } from "./.gen/providers/tfe/";
25+
class MyConvertedCode extends TerraformStack {
26+
constructor(scope: Construct, name: string) {
27+
super(scope, name);
28+
new DataTfeRegistryGpgKey(this, "example", {
29+
id: "13DFECCA3B58CE4A",
30+
organization: "my-org-name",
31+
});
32+
}
33+
}
34+
35+
```
36+
37+
## Argument Reference
38+
39+
The following arguments are supported:
40+
41+
* `id` - (Required) ID of the GPG key.
42+
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
43+
44+
## Attributes Reference
45+
46+
* `asciiArmor` - ASCII-armored representation of the GPG key.
47+
* `createdAt` - The time when the GPG key was created.
48+
* `updatedAt` - The time when the GPG key was last updated.
49+
50+
<!-- cache-key: cdktf-0.19.0 input-7cf721398cc48785bd0ab8f949360d917b2cadf37b1f704b8747ee2c07ced5d4 -->
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: "tfe"
3+
page_title: "Terraform Enterprise: tfe_registry_gpg_keys"
4+
description: |-
5+
Get information on private registry GPG keys of an organization.
6+
---
7+
8+
9+
<!-- Please do not edit this file, it is generated. -->
10+
# Data Source: tfe_registry_gpg_key
11+
12+
Use this data source to get information about all private registry GPG keys of an organization.
13+
14+
## Example Usage
15+
16+
```typescript
17+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18+
import { Construct } from "constructs";
19+
import { TerraformStack } from "cdktf";
20+
/*
21+
* Provider bindings are generated by running `cdktf get`.
22+
* See https://cdk.tf/provider-generation for more details.
23+
*/
24+
import { DataTfeRegistryGpgKeys } from "./.gen/providers/tfe/";
25+
class MyConvertedCode extends TerraformStack {
26+
constructor(scope: Construct, name: string) {
27+
super(scope, name);
28+
new DataTfeRegistryGpgKeys(this, "all", {
29+
organization: "my-org-name",
30+
});
31+
}
32+
}
33+
34+
```
35+
36+
## Argument Reference
37+
38+
The following arguments are supported:
39+
40+
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
41+
42+
## Attributes Reference
43+
44+
* `keys` - List of GPG keys in the organization. Each element contains the following attributes:
45+
* `id` - ID of the GPG key.
46+
* `organization` - Name of the organization.
47+
* `ascii_armor` - ASCII-armored representation of the GPG key.
48+
* `created_at` - The time when the GPG key was created.
49+
* `updated_at` - The time when the GPG key was last updated.
50+
51+
<!-- cache-key: cdktf-0.19.0 input-985032e5d21704bbf9d65466c89a423c9765fcddc79c819677b5b011797a49e7 -->

0 commit comments

Comments
 (0)