Skip to content

Commit

Permalink
Service tunnel configuration support (#181)
Browse files Browse the repository at this point in the history
* service tunnel delta implementation with api

* service tunnel delta implementation with api

* fix tests

* add nameserver configuration

* fix tests to determine defaults for access_tiers and cluster name

* Documentation generated

* add documentation for service tunnel resource usage

* Documentation generated

* add documentation for service tunnel resource usage

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
nareshkakubal and github-actions authored Sep 15, 2024
1 parent b4bdb14 commit d812214
Show file tree
Hide file tree
Showing 12 changed files with 886 additions and 323 deletions.
6 changes: 4 additions & 2 deletions banyan/resource_connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ func TestAccConnector_tunnel(t *testing.T) {
resource "banyan_service_tunnel" "example" {
name = "%s"
description = "realdescription"
connectors = [banyan_connector.example.name]
policy = banyan_policy_tunnel.example.id
network_settings {
connectors = [banyan_connector.example.name]
}
policy = banyan_policy_tunnel.example.id
}
`, rName, rName, rName, rName),
Check: resource.ComposeTestCheckFunc(
Expand Down
Loading

0 comments on commit d812214

Please sign in to comment.