Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Terraform Provider GitHub
=========================

<img src="https://cloud.githubusercontent.com/assets/98681/24211275/c4ebd04e-0ee8-11e7-8606-061d656a42df.png" width="72" height="">

<img src="https://raw.githubusercontent.com/hashicorp/terraform-website/d841a1e5fca574416b5ca24306f85a0f4f41b36d/content/source/assets/images/logo-terraform-main.svg" width="300px">
# Terraform GitHub Provider

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b741c63a-76eb-4a40-af73-6509291d5b01">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/48ba06ce-d885-45df-8600-279af9fe6887">
<img src="https://github.com/user-attachments/assets/48ba06ce-d885-45df-8600-279af9fe6887" width="72" align="left" alt="GitHub Octocat logo">
</picture>

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/f169cecd-2681-4479-8cb2-e798d8e3161c">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/63998a27-2efd-47a1-b957-63a78b97f683">
<img src="https://github.com/user-attachments/assets/63998a27-2efd-47a1-b957-63a78b97f683" width="300px" alt="HashiCorp Terraform logo">
</picture>
Comment on lines +3 to +13
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these assets are reachable by people


This project is used to manipulate GitHub resources (repositories, teams, files, etc.) using Terraform. Its Terraform Registry page can be found [here](https://registry.terraform.io/providers/integrations/github/).

Expand Down