File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -108,25 +108,23 @@ API data obtained is a list of all members of the org and their respective
108108role. 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 )
117116This is a straight forward data scrape and Terraform importation. The
118117API data obtained is a list of all teams associated with the org. Note,
119118the ` create_default_maintainer ` parameter is a parameter specific to Terraform,
120119and not necessarily an option for Github. This may result in changes to the
121120Terraform 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
131129This is a straight forward data scrape and Terraform importation. The
132130API data obtained is a list of all team members of each team, with their
You can’t perform that action at this time.
0 commit comments