Skip to content

Commit 030487e

Browse files
committed
update readme
1 parent 8b5d0de commit 030487e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,25 +108,23 @@ API data obtained is a list of all members of the org and their respective
108108
role. The role is either `member` or `admin`.
109109

110110

111-
### github_team implementation
111+
#### [github_team](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team)
112112

113113
`python3 import-data.py teams`
114114
`tf-import.sh teams`
115115

116-
[github_team](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team)
117116
This is a straight forward data scrape and Terraform importation. The
118117
API data obtained is a list of all teams associated with the org. Note,
119118
the `create_default_maintainer` parameter is a parameter specific to Terraform,
120119
and not necessarily an option for Github. This may result in changes to the
121120
Terraform state. The default in the configuration is `false`.
122121

123122

124-
### github_team_membership implementation
123+
####[github_team_membership](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership)
125124

126125
`python3 import-data.py team-membership`
127126
`tf-import.sh team-membership`
128127

129-
[github_team_membership](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership)
130128

131129
This is a straight forward data scrape and Terraform importation. The
132130
API data obtained is a list of all team members of each team, with their

0 commit comments

Comments
 (0)