Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump opslevel-go version, add formatting fixes #534

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .changes/unreleased/Dependency-20241108-101249.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Dependency
body: bump version of opslevel-go to v2024-11-08
time: 2024-11-08T10:12:49.774547-06:00
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/opslevel/terraform-provider-opslevel
go 1.23

require (
github.com/hashicorp/terraform-plugin-framework v1.12.0
github.com/hashicorp/terraform-plugin-framework-validators v0.14.0
github.com/hashicorp/terraform-plugin-framework v1.13.0
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/opslevel/opslevel-go/v2024 v2024.10.28
github.com/opslevel/opslevel-go/v2024 v2024.11.8
github.com/relvacode/iso8601 v1.5.0
golang.org/x/net v0.30.0
)
Expand All @@ -28,7 +28,7 @@ require (
github.com/hashicorp/go-plugin v1.6.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/terraform-plugin-go v0.24.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
Expand All @@ -44,11 +44,11 @@ require (
github.com/rs/zerolog v1.33.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc v1.67.1 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)

Expand Down
36 changes: 18 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISH
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/terraform-plugin-framework v1.12.0 h1:7HKaueHPaikX5/7cbC1r9d1m12iYHY+FlNZEGxQ42CQ=
github.com/hashicorp/terraform-plugin-framework v1.12.0/go.mod h1:N/IOQ2uYjW60Jp39Cp3mw7I/OpC/GfZ0385R0YibmkE=
github.com/hashicorp/terraform-plugin-framework-validators v0.14.0 h1:3PCn9iyzdVOgHYOBmncpSSOxjQhCTYmc+PGvbdlqSaI=
github.com/hashicorp/terraform-plugin-framework-validators v0.14.0/go.mod h1:LwDKNdzxrDY/mHBrlC6aYfE2fQ3Dk3gaJD64vNiXvo4=
github.com/hashicorp/terraform-plugin-go v0.24.0 h1:2WpHhginCdVhFIrWHxDEg6RBn3YaWzR2o6qUeIEat2U=
github.com/hashicorp/terraform-plugin-go v0.24.0/go.mod h1:tUQ53lAsOyYSckFGEefGC5C8BAaO0ENqzFd3bQeuYQg=
github.com/hashicorp/terraform-plugin-framework v1.13.0 h1:8OTG4+oZUfKgnfTdPTJwZ532Bh2BobF4H+yBiYJ/scw=
github.com/hashicorp/terraform-plugin-framework v1.13.0/go.mod h1:j64rwMGpgM3NYXTKuxrCnyubQb/4VKldEKlcG8cvmjU=
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0 h1:RXMmu7JgpFjnI1a5QjMCBb11usrW2OtAG+iOTIj5c9Y=
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
github.com/hashicorp/terraform-plugin-go v0.25.0 h1:oi13cx7xXA6QciMcpcFi/rwA974rdTxjqEhXJjbAyks=
github.com/hashicorp/terraform-plugin-go v0.25.0/go.mod h1:+SYagMYadJP86Kvn+TGeV+ofr/R3g4/If0O5sO96MVw=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
Expand Down Expand Up @@ -94,8 +94,8 @@ github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/opslevel/moredefaults v0.0.0-20240529152742-17d1318a3c12 h1:OQZ3W8kbyCcdS8QUWFTnZd6xtdkfhdckc7Paro7nXio=
github.com/opslevel/moredefaults v0.0.0-20240529152742-17d1318a3c12/go.mod h1:g2GSXVP6LO+5+AIsnMRPN+BeV86OXuFRTX7HXCDtYeI=
github.com/opslevel/opslevel-go/v2024 v2024.10.28 h1:m12Oe7Qr0ZooZL8QnvyIDJ70K3OVmpDE+eNZagqcNv0=
github.com/opslevel/opslevel-go/v2024 v2024.10.28/go.mod h1:34kLE/rM0i+alFg52micZnkYA7T63xfD/LaigQHldrk=
github.com/opslevel/opslevel-go/v2024 v2024.11.8 h1:m7MgIfvdeiofFOZ4xY43nPXZN/20RgSPi6Z7q9iyOMM=
github.com/opslevel/opslevel-go/v2024 v2024.11.8/go.mod h1:34kLE/rM0i+alFg52micZnkYA7T63xfD/LaigQHldrk=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand All @@ -119,8 +119,8 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand All @@ -131,16 +131,16 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 h1:zciRKQ4kBpFgpfC5QQCVtnnNAcLIqweL7plyZRQHVpI=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/grpc v1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E=
google.golang.org/grpc v1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 h1:XVhgTWWV3kGQlwJHR3upFWZeTsei6Oks1apkZSeonIE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0=
google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA=
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
4 changes: 2 additions & 2 deletions tests/aliases.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run "resource_modify_managed_aliases" {
variables {
resource_type = "domain"
resource_identifier = run.from_data_module.first_domain.id
aliases = toset(["one", "four", "three"])
aliases = toset(["one", "four", "three"])
}

module {
Expand Down Expand Up @@ -82,7 +82,7 @@ run "resource_ensure_managed_aliases" {
variables {
resource_type = "domain"
resource_identifier = run.from_data_module.first_domain.id
aliases = toset(["one", "four", "three"])
aliases = toset(["one", "four", "three"])
}

module {
Expand Down
56 changes: 28 additions & 28 deletions tests/check_alert_source_usage.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_name_predicate == var.alert_name_predicate
condition = opslevel_check_alert_source_usage.this.alert_name_predicate == var.alert_name_predicate
error_message = format(
"expected '%v' but got '%v'",
var.alert_name_predicate,
Expand All @@ -83,7 +83,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
error_message = format(
"expected '%v' but got '%v'",
var.alert_type,
Expand All @@ -92,7 +92,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.category == var.category
condition = opslevel_check_alert_source_usage.this.category == var.category
error_message = format(
"expected '%v' but got '%v'",
var.category,
Expand All @@ -101,7 +101,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.enable_on == var.enable_on
condition = opslevel_check_alert_source_usage.this.enable_on == var.enable_on
error_message = format(
"expected '%v' but got '%v'",
var.enable_on,
Expand All @@ -110,7 +110,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.enabled == var.enabled
condition = opslevel_check_alert_source_usage.this.enabled == var.enabled
error_message = format(
"expected '%v' but got '%v'",
var.enabled,
Expand All @@ -124,7 +124,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.filter == var.filter
condition = opslevel_check_alert_source_usage.this.filter == var.filter
error_message = format(
"expected '%v' but got '%v'",
var.filter,
Expand All @@ -133,7 +133,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.level == var.level
condition = opslevel_check_alert_source_usage.this.level == var.level
error_message = format(
"expected '%v' but got '%v'",
var.level,
Expand All @@ -142,7 +142,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.name == var.name
condition = opslevel_check_alert_source_usage.this.name == var.name
error_message = format(
"expected '%v' but got '%v'",
var.name,
Expand All @@ -151,7 +151,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.notes == var.notes
condition = opslevel_check_alert_source_usage.this.notes == var.notes
error_message = format(
"expected '%v' but got '%v'",
var.notes,
Expand All @@ -160,7 +160,7 @@ run "resource_check_alert_source_usage_create_with_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.owner == var.owner
condition = opslevel_check_alert_source_usage.this.owner == var.owner
error_message = format(
"expected '%v' but got '%v'",
var.owner,
Expand Down Expand Up @@ -189,7 +189,7 @@ run "resource_check_alert_source_usage_unset_optional_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
error_message = format(
"expected '%v' but got '%v'",
var.alert_type,
Expand All @@ -203,7 +203,7 @@ run "resource_check_alert_source_usage_unset_optional_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.category == var.category
condition = opslevel_check_alert_source_usage.this.category == var.category
error_message = format(
"expected '%v' but got '%v'",
var.category,
Expand All @@ -227,7 +227,7 @@ run "resource_check_alert_source_usage_unset_optional_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.level == var.level
condition = opslevel_check_alert_source_usage.this.level == var.level
error_message = format(
"expected '%v' but got '%v'",
var.level,
Expand All @@ -236,7 +236,7 @@ run "resource_check_alert_source_usage_unset_optional_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.name == var.name
condition = opslevel_check_alert_source_usage.this.name == var.name
error_message = format(
"expected '%v' but got '%v'",
var.name,
Expand Down Expand Up @@ -295,7 +295,7 @@ run "resource_check_alert_source_usage_create_with_required_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
error_message = format(
"expected '%v' but got '%v'",
var.alert_type,
Expand All @@ -309,7 +309,7 @@ run "resource_check_alert_source_usage_create_with_required_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.category == var.category
condition = opslevel_check_alert_source_usage.this.category == var.category
error_message = format(
"expected '%v' but got '%v'",
var.category,
Expand All @@ -333,7 +333,7 @@ run "resource_check_alert_source_usage_create_with_required_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.level == var.level
condition = opslevel_check_alert_source_usage.this.level == var.level
error_message = format(
"expected '%v' but got '%v'",
var.level,
Expand All @@ -342,7 +342,7 @@ run "resource_check_alert_source_usage_create_with_required_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.name == var.name
condition = opslevel_check_alert_source_usage.this.name == var.name
error_message = format(
"expected '%v' but got '%v'",
var.name,
Expand Down Expand Up @@ -394,7 +394,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
condition = opslevel_check_alert_source_usage.this.alert_type == var.alert_type
error_message = format(
"expected '%v' but got '%v'",
var.alert_type,
Expand All @@ -403,7 +403,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.alert_name_predicate == var.alert_name_predicate
condition = opslevel_check_alert_source_usage.this.alert_name_predicate == var.alert_name_predicate
error_message = format(
"expected '%v' but got '%v'",
var.alert_name_predicate,
Expand All @@ -412,7 +412,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.category == var.category
condition = opslevel_check_alert_source_usage.this.category == var.category
error_message = format(
"expected '%v' but got '%v'",
var.category,
Expand All @@ -421,7 +421,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.enable_on == var.enable_on
condition = opslevel_check_alert_source_usage.this.enable_on == var.enable_on
error_message = format(
"expected '%v' but got '%v'",
var.enable_on,
Expand All @@ -430,7 +430,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.enabled == var.enabled
condition = opslevel_check_alert_source_usage.this.enabled == var.enabled
error_message = format(
"expected '%v' but got '%v'",
var.enabled,
Expand All @@ -444,7 +444,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.filter == var.filter
condition = opslevel_check_alert_source_usage.this.filter == var.filter
error_message = format(
"expected '%v' but got '%v'",
var.filter,
Expand All @@ -453,7 +453,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.level == var.level
condition = opslevel_check_alert_source_usage.this.level == var.level
error_message = format(
"expected '%v' but got '%v'",
var.level,
Expand All @@ -462,7 +462,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.name == var.name
condition = opslevel_check_alert_source_usage.this.name == var.name
error_message = format(
"expected '%v' but got '%v'",
var.name,
Expand All @@ -471,7 +471,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.notes == var.notes
condition = opslevel_check_alert_source_usage.this.notes == var.notes
error_message = format(
"expected '%v' but got '%v'",
var.notes,
Expand All @@ -480,7 +480,7 @@ run "resource_check_alert_source_usage_set_all_fields" {
}

assert {
condition = opslevel_check_alert_source_usage.this.owner == var.owner
condition = opslevel_check_alert_source_usage.this.owner == var.owner
error_message = format(
"expected '%v' but got '%v'",
var.owner,
Expand Down
Loading