- Validate enumerated attributes
- runscope_schedule.interval
- runscope_step.variable.source
- runscope_step.assertion.source
- runscope_step.assertion.comparison
ENHANCEMENTS:
- Added attributes
auth_token
,default
andverify_ssl
ofrunscope_bucket
. - Added attributes
stop_on_failure
,parent_environment_id
andclient_certificate
ofrunscope_environment
. - Only changing of
bucket_id
andtest_id
forces newrunscope_environment
. - Added attributes
skipped
andform_parameter
ofrunscope_step
. - Require arguments
method
andurl
ofrunscope_step
, and don't force new step when they are changed. - Added attributes
created_at
,created_by
andtrigger_url
ofrunscope_test
. - Changing of test arguments no more forces new test.
- Added attribute
exported_at
ofrunscope_schedule
. - Require argument
interval
ofrunscope_schedule
is required and no more forces new schedule. - Changing of
interval
andnote
no more forces new schedule.
BUG FIXES:
- Fixed issue with step updating (appeared in 0.9.1).
NOTES:
- Resources are reimplemented using internal context-aware client library. go-runscope removed from dependencies.
BREAKING CHANGES:
- Removed deprecated attributes
remote_agents
andemails
ofrunscope_environment
andvariables
,assertions
andheaders
ofrunscope_step
. - If
runscope_environment.email
omitted, email notification settings are resetting to defaults. - Recipient ID is required to configure
runscope_environment.email.recipient
.name
andemail
ofrecipient
are computed. - Terraform Plugin SDK is updated to 2.4.3, so you need terraform >= 0.12 to use provider.
NOTES:
- Deprecated attributes
remote_agents
andemails
ofrunscope_environment
. Useremote_agent
andemail
instead. - Deprecated attribute
variables
,assertions
andheaders
ofrunscope_step
. Usevariable
,assertion
,header
instead.
ENHANCEMENTS:
- Added attributes
remote_agent
andemail
ofrunscope_environment
. - Added attribute
variable
,assertion
andheader
ofrunscope_step
.
ENHANCEMENTS:
- Added import of
runscope_test
resource. - Added import of
runscope_step
resource.
BUG FIXES:
- Fixed issue with fractional schedule interval.
NOTES:
- This release includes a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and there should not be any significant behavioural changes. (#27)
ENHANCEMENTS:
- resource/runscope_step: New attributes
note
added (#16)
ENHANCEMENTS:
- resource/runscope_environment: New attributes
webhooks
andemails
added (#13)
FEATURES:
ENHANCEMENTS:
- resource/runscope_bucket: Import support added (#12)
ENHANCEMENTS:
- resource/runscope_test: No longer forces a new resource when the
name
attribute changes.
Initial release.