Skip to content

Commit

Permalink
Update Terraform github to v2.9.0 (#13978)
Browse files Browse the repository at this point in the history
* Update Terraform github to v2.9.0

* infrastructure/repository: Fix organization deprecation

Previously:

```
Warning: "organization": [DEPRECATED] Use owner field (or GITHUB_OWNER ENV variable)
```

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brian Flad <[email protected]>
  • Loading branch information
3 people committed Jun 29, 2020
1 parent 2a65cf0 commit 04baa55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ terraform {
}

required_providers {
github = "2.7.0"
github = "2.9.0"
}

required_version = "~> 0.12.24"
}

provider "github" {
organization = "terraform-providers"
owner = "terraform-providers"
}

0 comments on commit 04baa55

Please sign in to comment.