Skip to content

Commit

Permalink
Merge pull request #47 from axiomhq/deprecate-pagerduty-token
Browse files Browse the repository at this point in the history
  • Loading branch information
toppercodes authored Oct 4, 2024
2 parents 1755afd + 4a3f479 commit dad1b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion axiom/resource_notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ func (r *NotifierResource) Schema(_ context.Context, _ resource.SchemaRequest, r
},
"token": schema.StringAttribute{
MarkdownDescription: "The pager duty token",
Required: true,
Optional: true,
DeprecationMessage: "token is deprecated, and is not used",
},
},
Optional: true,
Expand Down

0 comments on commit dad1b22

Please sign in to comment.