Releases: sport24ru/terraform-provider-runscope
Releases · sport24ru/terraform-provider-runscope
0.10.0
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).
0.9.1
0.9.0
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.
v0.8.0
NOTES:
- Deprecated attributes
remote_agents
andemails
ofrunscope_environment
.
Useremote_agent
andemail
instead. - Deprecated attribute
variables
,assertions
andheaders
ofrunscope_step
.
Usevariable
instead.
ENHANCEMENTS:
- Added attributes
remote_agent
andemail
ofrunscope_environment
. - Added attribute
variable
,assertion
andheader
ofrunscope_step
.