Skip to content

Commit

Permalink
fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Sep 1, 2022
1 parent 7311e65 commit 6e5faaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions internal/services/orbital/spacecraft_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "azurerm_spacecraft" "test" {
}
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"
title_line = "AQUA"
}
`, template, data.RandomInteger)
}
Expand All @@ -128,7 +128,7 @@ resource "azurerm_spacecraft" "test" {
}
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 = "AQUB"
title_line = "AQUB"
}
`, template, data.RandomInteger)
}
Expand All @@ -153,7 +153,7 @@ resource "azurerm_spacecraft" "test" {
}
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"
title_line = "AQUA"
tags = {
aks-managed-cluster-name = "9a57225d-a405-4d40-aa46-f13d2342abef"
Expand Down
2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-0
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/storageinsights
github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces
github.com/hashicorp/go-azure-sdk/resource-manager/operationsmanagement/2015-11-01-preview/solution
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
9 changes: 3 additions & 6 deletions website/docs/r/spacecraft.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ 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"
title_line = "AQUA"
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 = {
aks-managed-cluster-name = "9a57225d-a405-4d40-aa46-f13d2342abef"
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 6e5faaa

Please sign in to comment.