Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions cloudstack/resource_cloudstack_traffic_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,8 @@
return nil
}

// The TrafficType struct has a Name field which contains the traffic type
// But in some cases it might be empty, so we'll keep the original value from the state
if trafficType.Name != "" {
d.Set("traffic_type", trafficType.Name)
if trafficType.Traffictype != "" {

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
d.Set("traffic_type", trafficType.Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
}

// Note: The TrafficType struct doesn't have fields for network labels or VLAN
Expand Down Expand Up @@ -266,9 +264,9 @@
d.Set("physical_network_id", pn.Id)

// Set the type attribute - use the original value from the API call
// If the Name field is empty, use a default value based on the traffic type ID
if tt.Name != "" {
d.Set("traffic_type", tt.Name)
// If the Traffictype field is empty, use a default value based on the traffic type ID
if tt.Traffictype != "" {

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 268 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
d.Set("traffic_type", tt.Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 269 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

tt.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
} else {
// Use a default value based on common traffic types
// This is a fallback and might not be accurate
Expand Down
Loading