File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
## 0.1.16 (unreleased)
2
2
3
- - Add Device Unreachability Warning to ` catalystcenter_fabric_l3_handoff_ip_transit ` resource, [ link] ( https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150 )
3
+ - Add device unreachability warning to ` catalystcenter_fabric_l3_handoff_ip_transit ` resource, [ link] ( https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150 )
4
4
- Add ` catalystcenter_fabric_l2_virtual_network ` resource and data source
5
- - Remove ` max_async_wait_time ` attribute and use timeout from ` CC_MAX_TIMEOUT `
5
+ - Remove resource specific asynchronous timeout configuration and use timeout from provider configuration
6
6
- Modify ` catalystcenter_deploy_template ` resource to support deploying composite templates
7
- - Modify ` catalystcenter_template_version ` resource to use versioned template id as ` id ` and remove data_source
7
+ - Modify ` catalystcenter_template_version ` resource to use versioned template id as ` id ` and remove data source
8
8
9
9
## 0.1.15
10
10
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ description: |-
9
9
10
10
## 0.1.16 (unreleased)
11
11
12
- - Add Device Unreachability Warning to ` catalystcenter_fabric_l3_handoff_ip_transit ` resource, [ link] ( https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150 )
12
+ - Add device unreachability warning to ` catalystcenter_fabric_l3_handoff_ip_transit ` resource, [ link] ( https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150 )
13
13
- Add ` catalystcenter_fabric_l2_virtual_network ` resource and data source
14
- - Remove ` max_async_wait_time ` attribute and use timeout from ` CC_MAX_TIMEOUT `
14
+ - Remove resource specific asynchronous timeout configuration and use timeout from provider configuration
15
15
- Modify ` catalystcenter_deploy_template ` resource to support deploying composite templates
16
- - Modify ` catalystcenter_template_version ` resource to use versioned template id as ` id ` and remove data_source
16
+ - Modify ` catalystcenter_template_version ` resource to use versioned template id as ` id ` and remove data source
17
17
18
18
## 0.1.15
19
19
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ description: |-
9
9
10
10
## 0.1.16 (unreleased)
11
11
12
- - Add Device Unreachability Warning to `catalystcenter_fabric_l3_handoff_ip_transit` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150)
12
+ - Add device unreachability warning to `catalystcenter_fabric_l3_handoff_ip_transit` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/150)
13
13
- Add `catalystcenter_fabric_l2_virtual_network` resource and data source
14
- - Remove `max_async_wait_time` attribute and use timeout from `CC_MAX_TIMEOUT`
14
+ - Remove resource specific asynchronous timeout configuration and use timeout from provider configuration
15
15
- Modify `catalystcenter_deploy_template` resource to support deploying composite templates
16
- - Modify `catalystcenter_template_version` resource to use versioned template id as `id` and remove data_source
16
+ - Modify `catalystcenter_template_version` resource to use versioned template id as `id` and remove data source
17
17
18
18
## 0.1.15
19
19
You can’t perform that action at this time.
0 commit comments