IMPROVEMENTS:
- resource/dashboard: Document
authorized_writer_teams
andauthorized_writer_users
options. #239 - provider: User-Agent has been reverted back to the older, more information version. #240
BUGFIXES:
- resource/detector: Only "set" a start/end time when there isn't a time range. Fixes conflicting options on import of detectors. #238
IMPROVEMENTS:
- provider: Bump Terraform SDK to v1.15.0. #237
BUGFIXES:
- provider: Removing a description from a chart now properly unsets that description, fixing unclean plans. #236
FEATURES:
- resource/aws_integration: Add
enable_check_large_volume
option. #234
IMPROVEMENTS:
- resource/aws_integration: Allow
poll_rate
to be a range from 60 to 300. #234
BUGFIXES:
- resource/aws_integration: Moved
named_token
tosignalfx_aws_integration
. #231
FEATURES:
- resource/azure_integration: Added
custom_namespaces_per_service
andsync_guest_os_namespaces
. #226
IMPROVEMENTS:
- provider: Improved documentation to reflect all available color choices. #223
- provider: Add goreleaser bits and move to new organization for Terraform 0.13 compatability. #225
IMPROVEMENTS:
- provider: Adjusted the HTTP User-Agent supplied by the provider when making API calls. #221
IMPROVEMENTS:
- provider: Bumped signalfx-go dependency which requires the use of
context.Context
in many client calls. No material change otherwise. - provider: Various doc improvements around formatting, syntax, and more. Thanks @pdecat! #217
- provider/detector: Now sets the
packageSpecifications
field to an empty string, which is an API requirement for some advanced program text use cases. #220
IMPROVEMENTS:
- provider: AWS, Azure, and GCP integrations now have an undocumented
named_token
argument. #214
IMPROVEMENTS:
- provider: HTTP logging is now enabled in debug mode. Thanks @pdecat! #211
- provider: Allow API URL and Custom App URL to be set from environment variables. Thanks @pdecat! #213
- resource/gcp_integration: Add support for compute metadata whitelist. Thanks @pdecat! #212
IMPROVEMENTS:
- provider: Added
signalfx_gcp_services
data source. #207 - resource/aws_integration: Adjusted validation of poll rate to use SDK validator. #207
- resource/azure_integration: Adjusted validation of poll rate and environment to use SDK validators. #207
- resource/gcp_integration: Adjusted validation of poll rate to use SDK validator. #207
BUGFIXES:
- provider/azure_integration: Fixed some typos in Azure service names. #205
IMPROVEMENTS:
- provider: Added data sources
signalfx_aws_services
andsignalfx_azure_services
such that managing AWS and Azure integrations that use "all" services is a bit easier. #204 - provider/azure_integration: Updated the list of Azure services. #203
IMPROVEMENTS:
- provider: Various resources now ensure that
program_text
is not too big or too small. #201
IMPROVEMENTS:
- provider: Bump version of Terraform SDK to older version. #200
- provider: Fixed a problem with a test case wherein data links were colliding. #200
- provider: Add
timeout_seconds
configuration option and default it to 120, up from 30. #200
IMPROVEMENTS:
- provider: Some additional checks to ensure HTTP cleanliness, hopefully preventing possible hangs or leaks. #198
BUGFIXES:
- resource/heatmap_chart: Importing some heatmaps would fail. Fixed by defaulting to an empty
color_range
if none is specified. #196
IMPROVEMENTS:
- resource/org_token: The field
secret
is now available on the token. #194
BUGFIXES:
- resource/org_token: No longer crashes when trying to create without any limits. #192
IMPROVEMENTS:
- provider: Now includes a user-agent in it's requests. #190
- provider: Bump various dependencies, including the Terraform SDK #190
BUGFIXES:
- resource/signalfx_team: Fix a spelling error. Thanks @ajwood-acquia #185
- resource/signalfx_list_chart: Correct confusing documentation around
legend_options_fields
and it'sproperty
attribute. @ebutleratlassian #187 - resource/signalfx_azure_integration: The
services
property is now required and must have at least one item in it. #189
IMPROVEMENTS:
- resource/signalfx_heatmap_chart: Improve
color_scale
example and fix indentation. Thanks @ebutleratlassian #186
FEATURES:
- provider: Added data source
signalfx_dimension_values
. #188
IMPROVEMENTS:
- provider: Added support for proxies via Go's ProxyFromEnvironment. Thanks RafeKettler! #183
BUGFIXES:
- resource/aws_integration: Using
services
no longer generates unclean plans when there are no changes. #180
IMPROVEMENTS:
- provider: There are now timeouts on HTTP connection (5s), TLS negotiation (5s) and overall HTTP transaction (30s) durations to avoid long blocks and generate errors where needed. #177
BUGFIXES:
- resource/data_link: Setting
is_default
was having no effect and causing unclean plans. #176
IMPROVEMENTS:
- resource/aws_integration: Added some missing AWS services. #173
- resource/time_chart: Fix some unclean plans caused by type conversions gone mad. #174
BUGFIXES:
- resource/aws_integration: Corrected bad service name for
AWS/VPN
.
IMPROVEMENTS:
- resource/aws_integration: Fixed a problem that caused some services in AWS integrations to not work. #167
- resource/aws_integration: Using
namespace_sync_rule
without filters no longer causes an unclean plan. #170 - resource/detector: Unsetting the
max_delay
or setting it to0
should now correctly reset on the max delay onapply
rather than unhelpfully doing nothing and leaving an unclean plan. #171
IMPROVEMENTS:
IMPROVEMENTS:
- resource/aws_integration: Added various new AWS services for validation. #163
IMPROVEMENTS:
- resource/aws_integration: The fields in
namespace_sync_rule
andcustom_namespace_sync_rule
are now optional except fornamespace
. #161
FEATURES:
- Added
signalfx_webhook_integration
resource. #158
BUG FIXES:
- resource/data_link: Use
property_name
when set without aproperty_value
.
IMPROVEMENTS:
- Remove some interpolation-only expressions, which are now deprecated. #152
- resource/data_link: Add
"EpochSeconds"
as a value fortime_format
. #156
IMPROVEMENTS:
- resource/signalfx_aws_integration: Added support for
use_get_metric_data_method
.
IMPROVEMENTS:
- resource/time_chart: Fix accidental overzealous validation of
on_chart_legend_dimension
from last release. Sorry! #145
IMPROVEMENTS:
- resource/time_chart: Added validation for
on_chart_legend_dimension
to prevent unclean plans. #143
FEATURES:
- resource/detector: Added
viz_options
field and its constituents:label
,display_name
,color
,value_unit
,value_prefix
andvalue_suffix
.
IMPROVEMENTS:
- resource/aws_external_integration: Added field
signalfx_aws_account
, updated documentation. #140 - resource/heatmap_chart: Began validating
unit_prefix
. #139 - resource/list_chart: Added
time_range
,start_time
andend_time
. #137 - resource/list_chart: Began validating
color_by
. #138 - resource/list_chart: Began validating
unit_prefix
. #139 - resource/single_value_chart: Began validating
color_by
. #136 - resource/single_value_chart: Began validating
unit_prefix
. #139 - resource/time_chart: Began validating
color_by
. #138 - resource/time_chart: Began validating
unit_prefix
. #139
BUG FIXES:
- docs: Fix bad example of poll rate for GCP integration.
- docs: Document description field of Detector. #134, thanks @shwin
FEATURES:
- provider: Added support for Data Links via
signalfx_data_link
. #125
IMPROVEMENTS:
- Fixed some little doc tings. #131
BUG FIXES:
- resource/detector: Webhook notifications are now validated as required a credentialId or a URL and secret. #129
BUG FIXES:
- resource/org_token: Fixed a problem where tokens with URL-unsafe names (those including slashes, etc) were not being URL encoded. #123
BUG FIXES:
- resource/dashboard: Fixed a crash for dashboards that were missing an "event signal" section. #120
BUG FIXES:
- resource/azure_integration: Fixed a bug where subscription IDs were incorrectly validated. #113
FEATURES:
- provider: Added
signalfx_alert_muting_rule
resource for managing alert muting rules. #110 - resource/dashboard: Added
authorized_writer_teams
andauthorized_writer_users
#109 - resource/dashboard_group: Added
authorized_writer_teams
andauthorized_writer_users
#109 - resource/detector: Added
authorized_writer_teams
andauthorized_writer_users
#109
FEATURES:
provider: Added support for Jira integrations via signalfx_jira_integration
. #106
resource/detector: Added support for Jira notifications #106
BUG FIXES:
- resource/team: Documented the
members
property, which was unhelpfully undocumented previously.
BUG FIXES:
IMPROVEMENTS:
- resource/dashboard: Multiple instances of
column
andgrid
can now be used. #102
FEATURES:
- provider: Added
signalfx_team
resource. #5
BUG FIXES:
- resource/heatmap_chart: Now check that one of
color_range
orcolor_scale
is set and emit an error if not. #96
IMPROVEMENTS
- resource/list_chart: An error is now emitted if
color_scale
is used without acolor_by = "Scale"
. #99
IMPROVEMENTS:
- provider: Updated to terraform-plugin-sdk #93
- provider: Updated to new signalfx-go dep, prevent possible crashes from JSON changes.
BUG FIXES:
- resource/time_chart: Fix crash when importing some charts with only a left axis. #92
FEATURES:
- resource/heatmap_chart: Now supports the
color_scale
option. #89
BUG FIXES:
- resource/heatmap_chart: No longer allows setting multiple
color_range
options. #89 - resource/heatmap_chart: Many integer fields now verify that the value is >= 0 #89
- resource/heatmap_chart: The
color_range.color
property was confusingly allowing both hex and non-hex colors. This has been standardized to hex colors. This may generate errors and ask you to change your colors if you used the old form. #89 - resource/detector: Improved guards against null values from detectors that might cause a crash and added more property validation in the schema. Thanks to @joshuaspence for flagging. #91
FEATURES:
- provider: Added
signalfx_aws_external_integration
andsignalfx_aws_token_integration
resources to improve AWS management.
BUG FIXES:
- resource/dashboard: Use of
column
was causing unclean plans. #85 - resource/detector: Add default for
time_range
, which was being set by the API and causing unclean plans. #83 - resource/detector: Correct cast of start, end, and range times to
int64
. #87
BACKWARDS INCOMPATIBILITIES:
- resource/aws_integration: To allow fully in-Terraform management of AWS integrations, added new resources
signalfx_aws_external_integration
andsignalfx_aws_token_integration
to be used in conjunction withsignalfx_aws_integration
. This changes some of the fields to be computed. These changes are documented in the documentation for the aforementioned resources.
FEATURES:
provider: Errors related to 4xx statuses when manipulating integrations now hint that you might need to use an admin token. Also added notes to the docs for same. #70 provider: Added VictorOps integration resource. #79
BUG FIXES:
- provider: Documentation page titles now reflect the actual resource name. #79
- resource/dashboard: Dashboard variables with no default value no longer cause unclean plans. #68
- resource/time_chart: Corrected an error in the document that made
event_options
look to be nested underviz_options
. It is not! - resource/time_chart: Corrected documentation for
legend_options_fields.property
's "special" valuesmetric
andplot_label
. (Also for resource/list_chart). #77 - resource/heatmap_chart: Correctly validate
color_range
and adjust docs to demonstrate proper input of hex colors. #76
IMPROVEMENTS:
- provider: Upgraded to Terraform library v0.12.8
BUG FIXES:
- resource/time_chart: Corrected an crash when using
event_options
. #63
FEATURES:
- resource/time_chart: Added
event_options
to support cutomization of events
BUG FIXES:
- resource/detector: Fixed a bug in unmarshaling Opsgenie notifications. [#60]https://github.com/terraform-providers/terraform-provider-signalfx/pull/60
FEATURES:
- Added
resource_opsgenie_integration
. #54
BUG FIXES:
- provider: Fixed the documentation sidebar which had a number of incorrect integration resource names. #53
- resource/time_chart: Fix incorrect documentation around use of
time_range
. #56 - resource/time_chart: Correct unclean plans when using
on_chart_legend_dimension
. #58
IMPROVEMENTS:
- resource/pagerduty_integration: Added
Exists
functionality, enabled acceptance tests, and use the new*GCPIntegration
methods from signalfx-go. #51 - resource/gcp_integration: Added
Exists
functionality, enabled acceptance tests, and use the new*GCPIntegration
methods from signalfx-go. #50 - resource/slack_integration: Added
Exists
functionality, enabled acceptance tests, and use the new*GCPIntegration
methods from signalfx-go. #52
BACKWARDS INCOMPATIBILITIES:
- resource/integration: This resource was removed, as it had been deprecated for a while. #52
FEATURES:
- provider: Added support for Organization Tokens with
signalfx_org_token
. #45
IMPROVEMENTS:
- provider: Bumped Terraform dependency to v0.12.6 #47
- resource/gcp_integration: Improve the GCP documentation example. Thanks a-staebler #41
- resource/detector: Notifications are now validated to prevent crashes and problems. #46
- resource/detector: Fixed a bug in Webhook notification specifications, it was missing a
credentialId
. - resource/detector: Corrected documentation that disagreed on whether to include
#
in Slack channel names. In a word: don't. - resource/detector: Improve type checking and reliability of notification strings. #48
FEATURES:
- provider: Added support for Azure integrations #34
BUG FIXES:
- provider: Resources that had gone missing were not recreated, but instead threw errors. Those resources will now be recreated. #38
- resource/time_chart: The axis' low watermark, if unset, could get "stuck" and insist on needing to change the remote chart, leaving an unclean
apply
. This has been fixed by correcting the default value, which was set incorrectly. #35
IMPROVEMENTS:
- provider: Added AWS resource link to documentation sidebar. #37
- resources/detector: Improved documentation for OpsGenie notifications. Thanks austburn! Thanks #36.
- resources/time_chart:
axis_left
andaxis_right
are now limited to single uses. This was always the case, but it's now enforced in the schema to prevent blissful ignorance.
FEATURES:
- provider: Added support for AWS integrations #32
BUG FIXES:
- resource/pagerduty_integration: Fixed incorrect documentation. #32
IMPROVEMENTS:
- resources/detector: Improved documentation around multiple notifications in a single rule. #30
FEATURES:
- resource/time_chart: Added support for
viz_options.display_name
#13 - resource/list_chart: Added support for
viz_options.display_name
#13 - resource/single_value_chart: Added support for
viz_options.display_name
#13
BUG FIXES:
- provider: Fixed a number of fields that were not correctly imported. #27
- resource/detector: Fixed incorrect documentation for Slack notifications. Thanks gpetrousov. #25
- resource/detector: Fixed invalid field for OpsGenie notifications. #16
- resource/list_chart: Fixed an issue where
viz_options
was not being honored. #27 - resource/single_value_chart: Fixed an issue where
viz_options
was not being honored. #27 - resource/time_chart: Fixed crash where specifying
histogram_options.color_theme
would cause a crash. #27 - resource/time_chart:
show_data_markers
no longer defaults tofalse
because it is often omitted from API responses. #27
IMPROVEMENTS
- provider - Corrected places where resources were double-setting their URLs. #27
- provider - Added import tests to all resources. #27
FEATURES:
- resource/dashboard_group: Add support for Mirrored Dashboards #4
BUG FIXES:
- provider: Bump signalfx-go dependency to v1.2.0 which fixes a regression in creating "empty" dashboards with any new dashboard group. #14
- provider: Correct a number of fields that defaulted to 0, resulting unintentional "defaults". Should improve unclean plans.
- resource/dashboard: Fix a crash when using
grid
with a new dashboard. #20
IMPROVEMENTS:
- provider - Resources that used
time_range
and still have strings in their state will now be upgraded instead of generating an error.
NOTES:
- provider: This provider is now targeting Terraform 0.12, users can find support for 0.11 and earlier in the branch
tf-11-compat
. - provider: After upgrading users may find minor changes to otherwise clean state. These are likely the result of new default values for many properties that previously lacked them.
- provider: Now emits useful messages into debug logs in case they are needed. (They are for the author!)
- provider: This provider previously ignored the response body of API calls and wrote the state file without considering the document that was returned. It is considered idiomatic in Terraform to either read the response or issue a follow-up
GET
request to hydrate the state using the API's version of the document. This being absent allowed a number of oddities in this provider which have been fixed. - resource/signalfx_time_chart: Property
legend_fields_to_hide
has been deprecated. Please uselegend_options_fields
instead. - resource/signalfx_list_chart: Property
legend_fields_to_hide
has been deprecated. Please uselegend_options_fields
instead.
FEATURES:
- provider: Added various utility methods for color name and index lookups
- resources/detector: Added support for BigPanda, Office365, ServiceNow, xMatters and VictorOps notification types #49
- resource/event_feed_chart: Add properties
time_range
,start_time
, andend_time
. - resource/list_chart: now supports
legend_options_fields
. - resource/list_chart: now support
color_scale
and it's sub-fields #76 - resource/time_chart: now supports
timezone
, thanks zimingw. #60 and #68
BUG FIXES:
- provider: All resources lacked property acceptance tests that verified proper state function. These tests have now been added.
- provider: Many resource properties now include default values.
- provider: Documentation for
value_unit
has been improved with valid values. #53 - resource/detector:
tags
has been removed - resource/event_feed_chart:
viz_options
has been removed - resource/list_chart: Improved docs and examples for
legend_options_fields
. #65 - resource/list_chart: Documented
viz_options
and it's sub-properties. #57 - resource/time_chart: Improved docs and examples for
legend_options_fields
. #65
IMPROVEMENTS:
- provider: Most resources now implement an
Exists
function which verifies the asset exists and adjusts the plan accordingly. #75 - resource/list_chart: Parameters for
sort_by
have had documentation improved. #64 - resource/time_chart:
axes_precision
property now has documentation. #55 - resource/dashboard: Corrected name of
filter.negated
which was incorrectly documented asnot
. #52 - resource/detector: Added examples for
Team
andTeamEmail
notifications. #50
BACKWARDS INCOMPATIBILITIES:
- provider: There is no longer a
synced
attribute of all non-integration resources. This computed property reflected whether or not thelast_updated
property had changed on the API-side of SignalFx. It acted as a signal for the operator that the remote resource had changed without Terraform's knowledge. While useful in some situations this behavior is non-idiomatic in Terraform. This has the side effect of cleaning up plan/apply output for many users who didn't know whatsynced
meant. - provider: The attribute
time_range
of various resources has changed fromString
toInt
. Values like1h
must now be expressed in seconds. For example1h
should become3600
as that's how many seconds are in an hour. - provider: The
last_updated
attribute was removed from all non-integration resources, as it was no longer needed whensync
was removed. - resource/signalfx_dashboard: The property
tags
has been removed from to prevent race conditions. - resource/signalfx_dashboard: You may no longer mix
grid
,column
andchart
in a dashboard. - resource/signalfx_dashboard: If you use
grid
orcolumn
you can only use them one time. - resource/signalfx_dashboard:
grid.start_row
has been removed - resource/signalfx_dashboard:
grid.start_column
has been removed - resource/signalfx_dashboard:
column.start_row
has been removed - resource/signalfx_detector: The property
tags
has been removed from to prevent race conditions. - resource/signalfx_event_feed_chart: removed the
viz_options
block and it's constituentlabel
andcolor
since they didn't do anything. - resource/signalfx_heatmap_chart: no longer tries to do anything with
color_by
of"Scale"
as the code that was there didn't send valid data.
- Added docs for Slack integration.
- Added acceptance tests for Integration and Detector.
- New resource
signalfx_event_feed_chart
for Event Feed charts. - New resources
resource_pagerduty_integration
andresource_gcp_integration
which completes the trifecta needed to get rid ofresource_integration
in the future. - Added 'refresh_interval' property to Heatmap. Thanks to clayembry for flagging.
- Added Go module vendor directory per HashiCorp guidelines
- Start of acceptance tests (dashboards, charts, dashboard groups)
- Use of signalfx-go in acceptance tests, with plans to use it for all API calls in the future.
- New property
legend_options_fields
for Time Charts and List Charts. This allows ordering and toggling of individual properties in the data table.
SignalFx's Integration API uses a single endpoint for all calls, but varies the JSON document that is submitted. As such, this provider follows the same convention, using signalfx_integration
as a resource with a bunch of mixed keys.
In this release we've added a new resource for PagerDuty integrations called signalfx_pagerduty_integration
. It matches the existing use of signalfx_integration
with a type = "PagerDuty"
.
It is expected that this form of specific integrations will replace the generic one. This is a boon for maintenance and more explicit for users.
Please open issues if you have comments, and feel free to use this resource. A future release will deprecate and remove signalfx_integration
if all goes well.
- Fixed some busted links in documentation.
- Fixed bug in docs for Single Value Charts and appropriate values for
color_by
. Thanks MovieStoreGuy for reporting and draquila for suggesting the fix. - Creating a Dashboard Group no longer implicitly creates an empty dashboard of the same name as a member of the group. Note: This will not remove any dashboards previously created that way, nor will it prevent you from creating a dashboard group with nothing in it. That's on you! Thanks to MovieStoreGuy for flagging this.
- Charts no longer silently fail to create on errors. Thanks djmason!
- Fixed a bug in the example for single value charts.
- Bumped terraform dependency version
- Adjusted some tests to deal with having
SFX_AUTH_TOKEN
set when running acceptance tests.
- Any use of a resource's
resource_url
should be replaced withurl
, most likely as an output value. See the Removed section below for more.
- Support for OpsGenie as a notifier for detectors, thanks juliawong.
- GCP integrations are now supported by the
signalfx_integration
resource. Thanks seonaidm!
The following new options were added to the provider's configuration:
api_url
which allows users to customize the URL to which API requests will be sent. This allows users of other realms or those using proxies to use this provider. Note you probably want to changecustom_app_url
as well!custom_app_url
which allows users to customize the app URL used for viewing resources. This is used by organizations using specific realms or those with a custom SSO domain.
- Fixed some busted links in documentation.
- Fixed bug in docs for Single Value Charts and appropriate values for
color_by
. Thanks MovieStoreGuy for reporting and draquila for suggesting the fix.
- The attribute
resource_url
has been removed from resources. This means that the provider will not output a URL after anapply
, since theurl
resource is "computed" in Terraform parlance. You can, however, find the URL for any asset withterraform show <asset name>
. For example,terraform state show signalfx_dashboard.mydashboard1
.
We're jumping to a 3.0.0 version number after forking from Yelp's SignalForm, incorporating Stripe's fork, and renaming to terraform-provider-signalfx
.
Thanks to Yelp and Stripe for their contributions!
- Added
axes_include_zero
option for time charts: PR - Added
event_overlay
andselected_event_overlay
support: PR - Added
show_event_lines
anddisable_sampling
to detectors: PR - Added
type
to dashboard event overlays to allow the usage of detector events in addition to the (default) custom events: PR - Added
secondary_visualization
for list charts and single value charts: PR - Added
histogram_options
and it's descendantcolor_theme
to time charts: PR
- Now uses Go 1.12 and module support, dropping use of Glide.
- PagerDuty: Opt out of sending validation messages and add necessary friends: PR
- Fixed some bugs in docs for single-value charts: PR
- Avoid panics from type assertions on nils: PR
- Fix color scale handling in single value charts: PR
- This provider no longer attempts to sanitize SignalFlow program text, as doing so was causing problems with indentation.
terraform-provider-signalform (2.8.0) trusty; urgency=low
- added tags to charts and dashboards
-- Wendy Vivar [email protected] Thu, 31 Jan 2019 14:09:12 -0800
terraform-provider-signalform (2.7.1) trusty; urgency=medium
- use correct colors in colorscale
-- Timothy Mower [email protected] Fri, 06 Jul 2018 03:36:47 -0700
terraform-provider-signalform (2.7.0) trusty; urgency=low
- Added teams to dashboard groups.
- Added support for valueUnit, publishLabelOptions and other options to charts.
- Allow detector rules to notify teams.
-- Rahul Ravindran [email protected] Thu, 05 Apr 2018 16:30:29 -0700
terraform-provider-signalform (2.6.0) trusty; urgency=low
- Added netrc support
-- Francesco Di Chiara [email protected] Mon, 12 Feb 2018 11:51:35 -0800
terraform-provider-signalform (2.5.1) trusty; urgency=low
- Freeze lib ffi version
-- Rahul Ravindran [email protected] Wed, 07 Feb 2018 09:46:35 -0800
terraform-provider-signalform (2.5.0) trusty; urgency=low
- Support creation of runbook_url and tip in detector model.
-- Rahul Ravindran [email protected] Tue, 06 Feb 2018 10:47:00 -0800
terraform-provider-signalform (2.4.0) trusty; urgency=low
- Change way to add scale colors to heatmaps. Add slack notif integration
-- Francesco Di Chiara [email protected] Wed, 31 Jan 2018 09:52:36 -0800
terraform-provider-signalform (2.3.0) trusty; urgency=low
- Support new parameters in detectors.
-- Rahul Ravindran [email protected] Fri, 15 Dec 2017 11:16:03 -0800
terraform-provider-signalform (2.2.9) trusty; urgency=low
- Building against terraform 0.10
-- Sargurunathan Mohan [email protected] Thu, 02 Nov 2017 02:35:26 -0700
terraform-provider-signalform (2.2.8) trusty; urgency=low
- Fix threshold type from int to float.
-- Francesco Di Chiara [email protected] Wed, 01 Nov 2017 07:41:01 -0700
terraform-provider-signalform (2.2.7) trusty; urgency=low
- Initial public release.
-- Antonio Verardi [email protected] Mon, 09 Oct 2017 08:13:35 -0700