Skip to content

Commit

Permalink
fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Aug 30, 2022
1 parent 76360c8 commit 32790ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ github.com/hashicorp/go-azure-sdk/resource-manager/notificationhubs/2017-04-01/n
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2019-09-01/querypackqueries
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2019-09-01/querypacks
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces
github.com/hashicorp/go-azure-sdk/resource-manager/policyinsights/2021-10-01/remediations
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2019-09-01/operationalinsights
github.com/hashicorp/go-azure-sdk/resource-manager/orbital/2022-03-01/contact
github.com/hashicorp/go-azure-sdk/resource-manager/orbital/2022-03-01/contactprofile
github.com/hashicorp/go-azure-sdk/resource-manager/orbital/2022-03-01/groundstation
Expand Down
7 changes: 2 additions & 5 deletions website/docs/r/spacecraft.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ resource "azurerm_spacecraft" "example" {
name = "examplename"
}
tle_line_1 = "1 23455U 94089A 97320.90946019 .00000140 00000-0 10191-3 0 2621"
tle_line_2 = "2 23455 99.0090 272.6745 0008546 223.1686 136.8816 14.11711747148495"
two_line_elements = ["1 23455U 94089A 97320.90946019 .00000140 00000-0 10191-3 0 2621", "2 23455 99.0090 272.6745 0008546 223.1686 136.8816 14.11711747148495"]
title_line = "AQUA"
tags = {
Expand Down Expand Up @@ -70,9 +69,7 @@ The following arguments are supported:

---

* `tle_line_1` - (Optional) Line 1 of the two line elements(TLE).

* `tle_line_2` - (Optional) Line 2 of the two line elements(TLE).
* `two_line_elements` - (Optional) A list of the two line elements(TLE), the first string in the list is the first line of TLE, the second one is the second line of TLE.

* `title_line` - (Optional) Title of the two line elements(TLE).

Expand Down

0 comments on commit 32790ae

Please sign in to comment.