Skip to content

Commit

Permalink
New Resource: time_offset (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Feb 14, 2020
1 parent 4f6eb73 commit 31500e0
Show file tree
Hide file tree
Showing 7 changed files with 914 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ BREAKING CHANGES:

FEATURES:

* **New Resource:** `time_offset`
* **New Resource:** `time_rotating`

# v0.1.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This Terraform Provider is not available to install automatically via `terraform

Until this Terraform Provider is brought under the Terraform Provider development program, resource documentation can be found within this repository.

- [`time_offset` Resource](./website/docs/r/offset.html.markdown)
- [`time_rotating` Resource](./website/docs/r/rotating.html.markdown)
- [`time_static` Resource](./website/docs/r/static.html.markdown)

Expand Down
1 change: 1 addition & 0 deletions internal/tftime/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
func Provider() *schema.Provider {
return &schema.Provider{
ResourcesMap: map[string]*schema.Resource{
"time_offset": resourceTimeOffset(),
"time_rotating": resourceTimeRotating(),
"time_static": resourceTimeStatic(),
},
Expand Down
Loading

0 comments on commit 31500e0

Please sign in to comment.