Skip to content

Commit

Permalink
Fix SendWithSpecialParams comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshen01 committed Jul 30, 2020
1 parent 63f672c commit 13b3573
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-fortios
go 1.13

require (
github.com/fortinetdev/forti-sdk-go v1.1.2
github.com/fortinetdev/forti-sdk-go v1.1.3
github.com/google/uuid v1.1.1
github.com/hashicorp/terraform-plugin-sdk v1.12.0
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions website/docs/guides/fgt_upgrade.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
subcategory: ""
layout: "fortios"
page_title: "Upgrade Guide"
description: |-
Debugging for FortiGate.
---

# Upgrade Guide


## Upgrade pre-0.13 module source code for terraform v0.13

```shell
$ terraform 0.13upgrade
```
Reference:
* https://www.hashicorp.com/blog/announcing-the-terraform-0-13-beta/
* https://github.com/hashicorp/terraform/blob/guide-v0.13-beta/draft-upgrade-guide.md


0 comments on commit 13b3573

Please sign in to comment.