Skip to content

Commit 51e2702

Browse files
docs - small doc fixes for account_admins and accont_gitops_settings (#173)
## What ## Why ## Notes <!-- Add any notes here --> ## Checklist * [ ] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [ ] _I have added tests, assuming new tests are warranted_. * [ ] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
1 parent 2b2d508 commit 51e2702

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/resources/account_admins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Use this resource to set a list of admins for any account. Requires a Codefresh
1616
```hcl
1717
resource "codefresh_account_admins" "test" {
1818
19-
account_id = <ACCOUNT ID>
19+
account_id = 68d581b34b72625553ef9179
2020
2121
users = [
22-
<USER ID>,
22+
68d581b64b72625553ef91fe,
2323
]
2424
}
2525
```
@@ -72,4 +72,4 @@ resource "codefresh_account_admins" "test" {
7272

7373
```sh
7474
terraform import codefresh_account_admins.test xxxxxxxxxxxxxxxxxxx
75-
```
75+
```

docs/resources/account_gitops_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ If you need to change the repository please contact Codefresh support.
4747

4848
## Import
4949
```sh
50-
terraform import codefresh_account_idp.test <id>
50+
terraform import codefresh_account_gitops_settings.test <account id>
5151
```

templates/resources/account_admins.md.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ description: |-
1616
```hcl
1717
resource "codefresh_account_admins" "test" {
1818

19-
account_id = <ACCOUNT ID>
19+
account_id = 68d581b34b72625553ef9179
2020

2121
users = [
22-
<USER ID>,
22+
68d581b64b72625553ef91fe,
2323
]
2424
}
2525
```
@@ -62,4 +62,4 @@ resource "codefresh_account_admins" "test" {
6262

6363
```sh
6464
terraform import codefresh_account_admins.test xxxxxxxxxxxxxxxxxxx
65-
```
65+
```

templates/resources/account_gitops_settings.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ If you need to change the repository please contact Codefresh support.
3232

3333
## Import
3434
```sh
35-
terraform import codefresh_account_idp.test <id>
35+
terraform import codefresh_account_gitops_settings.test <account id>
3636
```

0 commit comments

Comments
 (0)