IMPROVEMENTS:
- provider: Improve provider logging [GH-46]
- resource/alert_notification: Add
uid
field [GH-87] - resource/alert_notification: Add
send_reminder
andfrequency
fields [GH-94] - resource/dashboard: Document
folder
field [GH-86] - resource/data_source: Support additional data sources [GH-90]
- resource/data_source: Update the
access_mode
field description [GH-93]
BUG FIXES:
- resource/data_source: Mark
secret_key
insecure_json_data
as sensitive [GH-78] - resource/alert_notification: Update example fields [GH-45]
- resource/alert_notification: Update example formatting [GH-73]
IMPROVEMENTS
grafana_dashboard
- Add update support (#52)
BUG FIXES:
grafana_data_source
- Fix 404 check (#56)
IMPROVEMENTS:
The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
FEATURES:
- New Resource:
grafana_folder
(#36)
IMPROVEMENTS:
grafana_dashboard
- Add support for creating dashboards inside folders (#36)grafana_organization
- Add missing quotes in docs (#32)grafana_organization
- Better import error debugging (#30)
BUG FIXES:
grafana_alert_notification
- Support boolean settings for alert notifications (#37)
FEATURES:
- New Resource:
grafana_resource_organization
(#29)
IMPROVEMENTS:
provider
- mark various secret fields as sensitive (#28)
IMPROVEMENTS:
grafana_data_source
- make the url field optional to support resources like cloudwatch (#18)alert_notification
- handle null response in grafana 5.0 for non-existent dashboards (#17)grafana_data_source
- additional support for cloudwatch options (custom_metrics_namespaces
,assume_role_arn
) (#16)
IMPROVEMENTS:
grafana_alert_notification
- handle resources deleted out of band (#12)grafana_data_source
- handle resources deleted out of band (#12)
FEATURES:
- New Resource:
alert_notification
(#3)
IMPROVEMENTS:
- resource/grafana_dashboard: Be nicer when a dashboard is deleted (#7)
- resource/grafana_data_source: Support
json_data
andsecure_json_data
arguments to support more data sources, including AWS CloudWatch (#5)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout