diff --git a/docs/resources/destination.md b/docs/resources/destination.md index 39c95b2..e8dcc17 100644 --- a/docs/resources/destination.md +++ b/docs/resources/destination.md @@ -6,14 +6,14 @@ description: |- Configures a Destination. For more information, visit the Segment docs https://segment.com/docs/connections/destinations/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_destination.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_destination.example --- diff --git a/docs/resources/destination_filter.md b/docs/resources/destination_filter.md index 8eb37ca..cb821ef 100644 --- a/docs/resources/destination_filter.md +++ b/docs/resources/destination_filter.md @@ -6,14 +6,14 @@ description: |- Configures a filter for a destination. For more information, visit the Segment docs https://segment.com/docs/connections/destinations/destination-filters/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with :. For example: - terraform + import { to = segment_destination_filter.example id = ":" } Otherwise, use terraform import with :. For example: - console + terraform import segment_destination_filter.example : --- diff --git a/docs/resources/destination_subscription.md b/docs/resources/destination_subscription.md index bf810e9..e6c31a1 100644 --- a/docs/resources/destination_subscription.md +++ b/docs/resources/destination_subscription.md @@ -6,14 +6,14 @@ description: |- Configures a Destination subscription to an action. For more information, visit the Segment docs https://segment.com/docs/connections/destinations/actions/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with :. For example: - terraform + import { to = segment_destination_subscription.example id = ":" } Otherwise, use terraform import with :. For example: - console + terraform import segment_destination_subscription.example : --- diff --git a/docs/resources/function.md b/docs/resources/function.md index bb81cc5..3e6bfc6 100644 --- a/docs/resources/function.md +++ b/docs/resources/function.md @@ -6,14 +6,14 @@ description: |- Configures a Function. For more information, visit the Segment docs https://segment.com/docs/connections/functions/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_function.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_function.example --- diff --git a/docs/resources/insert_function_instance.md b/docs/resources/insert_function_instance.md index fec2505..133ab92 100644 --- a/docs/resources/insert_function_instance.md +++ b/docs/resources/insert_function_instance.md @@ -6,14 +6,14 @@ description: |- Configures an Insert Function. For more information, visit the Segment docs https://segment.com/docs/connections/functions/insert-functions/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_insert_function_instance.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_insert_function_instance.example --- diff --git a/docs/resources/label.md b/docs/resources/label.md index 9907176..bd7aa66 100644 --- a/docs/resources/label.md +++ b/docs/resources/label.md @@ -6,14 +6,14 @@ description: |- Configures a Label. For more information, visit the Segment docs https://segment.com/docs/segment-app/iam/labels/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with :. For example: - terraform + import { to = segment_label.example id = ":" } Otherwise, use terraform import with :. For example: - console + terraform import segment_label.example : --- diff --git a/docs/resources/profiles_warehouse.md b/docs/resources/profiles_warehouse.md index 3ee252b..22a0735 100644 --- a/docs/resources/profiles_warehouse.md +++ b/docs/resources/profiles_warehouse.md @@ -6,14 +6,14 @@ description: |- Configures a Profiles Sync Warehouse. For more information, visit the Segment docs https://segment.com/docs/unify/profiles-sync/overview/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with :. For example: - terraform + import { to = segment_profiles_warehouse.example id = ":" } Otherwise, use terraform import with :. For example: - console + terraform import segment_profiles_warehouse.example : --- diff --git a/docs/resources/reverse_etl_model.md b/docs/resources/reverse_etl_model.md index f8c5170..36449e7 100644 --- a/docs/resources/reverse_etl_model.md +++ b/docs/resources/reverse_etl_model.md @@ -6,14 +6,14 @@ description: |- Configures a Reverse ETL Model. For more information, visit the Segment docs https://segment.com/docs/connections/reverse-etl/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_reverse_etl_model.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_reverse_etl_model.example --- diff --git a/docs/resources/source.md b/docs/resources/source.md index 9593bd2..7458efa 100644 --- a/docs/resources/source.md +++ b/docs/resources/source.md @@ -6,14 +6,14 @@ description: |- Configures a Source. For more information, visit the Segment docs https://segment.com/docs/connections/sources/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_source.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_source.example --- diff --git a/docs/resources/source_tracking_plan_connection.md b/docs/resources/source_tracking_plan_connection.md index 72f07ff..158bbe4 100644 --- a/docs/resources/source_tracking_plan_connection.md +++ b/docs/resources/source_tracking_plan_connection.md @@ -6,14 +6,14 @@ description: |- Configures a connection between a Source and a Tracking Plan. For more information, visit the Segment docs https://segment.com/docs/protocols/validate/connect-sources/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with :. For example: - terraform + import { to = segment_source_tracking_plan_connection.example id = ":" } Otherwise, use terraform import with :. For example: - console + terraform import segment_source_tracking_plan_connection.example : --- diff --git a/docs/resources/tracking_plan.md b/docs/resources/tracking_plan.md index a89f1ff..a8f6772 100644 --- a/docs/resources/tracking_plan.md +++ b/docs/resources/tracking_plan.md @@ -6,14 +6,14 @@ description: |- Configures a Tracking Plan. For more information, visit the Segment docs https://segment.com/docs/protocols/tracking-plan/create/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_tracking_plan.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_tracking_plan.example --- diff --git a/docs/resources/transformation.md b/docs/resources/transformation.md index 5dabb3e..4f606a5 100644 --- a/docs/resources/transformation.md +++ b/docs/resources/transformation.md @@ -6,14 +6,14 @@ description: |- Configures a Transformation. For more information, visit the Segment docs https://segment.com/docs/protocols/transform/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_transformation.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_transformation.example --- diff --git a/docs/resources/user.md b/docs/resources/user.md index 8b84336..495879d 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -6,14 +6,14 @@ description: |- Configures a user or invite. For more information, visit the Segment docs https://segment.com/docs/segment-app/iam/concepts/#team-members. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_user.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_user.example Only users may be imported. diff --git a/docs/resources/user_group.md b/docs/resources/user_group.md index 2ad747b..629d07d 100644 --- a/docs/resources/user_group.md +++ b/docs/resources/user_group.md @@ -6,14 +6,14 @@ description: |- Configures a User Group. For more information, visit the Segment docs https://segment.com/docs/segment-app/iam/concepts/#user-groups. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_user_group.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_user_group.example --- diff --git a/docs/resources/warehouse.md b/docs/resources/warehouse.md index d800d58..626357e 100644 --- a/docs/resources/warehouse.md +++ b/docs/resources/warehouse.md @@ -6,14 +6,14 @@ description: |- Configures a Warehouse. For more information, visit the Segment docs https://segment.com/docs/connections/storage/. Import In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with . For example: - terraform + import { to = segment_warehouse.example id = "" } Otherwise, use terraform import with . For example: - console + terraform import segment_warehouse.example --- diff --git a/go.mod b/go.mod index a6a56c4..8d4e7f1 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.1 require ( github.com/avast/retry-go/v4 v4.6.1 github.com/hashicorp/go-retryablehttp v0.7.7 - github.com/hashicorp/terraform-plugin-docs v0.18.0 + github.com/hashicorp/terraform-plugin-docs v0.21.0 github.com/hashicorp/terraform-plugin-framework v1.14.1 github.com/hashicorp/terraform-plugin-framework-validators v0.17.0 github.com/hashicorp/terraform-plugin-go v0.26.0 @@ -17,13 +17,17 @@ require ( ) require ( + github.com/BurntSushi/toml v1.2.1 // indirect github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect github.com/bitfield/gotestdox v0.2.2 // indirect - github.com/hashicorp/cli v1.1.6 // indirect + github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect + github.com/hashicorp/cli v1.1.7 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect - github.com/yuin/goldmark v1.6.0 // indirect + github.com/yuin/goldmark v1.7.7 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect + go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) require ( @@ -65,7 +69,7 @@ require ( github.com/hashicorp/yamux v0.1.1 // indirect github.com/huandu/xstrings v1.3.3 // indirect github.com/imdario/mergo v0.3.15 // indirect - github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/go-testing-interface v1.14.1 // indirect @@ -74,7 +78,6 @@ require ( github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/oklog/run v1.1.0 // indirect github.com/posener/complete v1.2.3 // indirect - github.com/russross/blackfriday v1.6.0 // indirect github.com/shopspring/decimal v1.3.1 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect diff --git a/go.sum b/go.sum index 81c915e..6587116 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= +github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= +github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0= github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= @@ -25,6 +27,8 @@ github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bitfield/gotestdox v0.2.2 h1:x6RcPAbBbErKLnapz1QeAlf3ospg8efBsedU93CDsnE= github.com/bitfield/gotestdox v0.2.2/go.mod h1:D+gwtS0urjBrzguAkTM2wodsTQYFHdpx8eqRJ3N+9pY= +github.com/bmatcuk/doublestar/v4 v4.8.1 h1:54Bopc5c2cAvhLRAzqOGCYHYyhcDHsFF4wWIR5wKP38= +github.com/bmatcuk/doublestar/v4 v4.8.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA= github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= @@ -73,8 +77,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3 github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/hashicorp/cli v1.1.6 h1:CMOV+/LJfL1tXCOKrgAX0uRKnzjj/mpmqNXloRSy2K8= -github.com/hashicorp/cli v1.1.6/go.mod h1:MPon5QYlgjjo0BSoAiN0ESeT5fRzDjVRp+uioJ0piz4= +github.com/hashicorp/cli v1.1.7 h1:/fZJ+hNdwfTSfsxMBa9WWMlfjUZbX8/LnUxgAd7lCVU= +github.com/hashicorp/cli v1.1.7/go.mod h1:e6Mfpga9OCT1vqzFuoGZiiF/KaG9CbUfO5s3ghU3YgU= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= @@ -109,8 +113,8 @@ github.com/hashicorp/terraform-exec v0.22.0 h1:G5+4Sz6jYZfRYUCg6eQgDsqTzkNXV+fP8 github.com/hashicorp/terraform-exec v0.22.0/go.mod h1:bjVbsncaeh8jVdhttWYZuBGj21FcYw6Ia/XfHcNO7lQ= github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4NbeATsYz8Q= github.com/hashicorp/terraform-json v0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow= -github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk= -github.com/hashicorp/terraform-plugin-docs v0.18.0/go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8= +github.com/hashicorp/terraform-plugin-docs v0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8= +github.com/hashicorp/terraform-plugin-docs v0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s= github.com/hashicorp/terraform-plugin-framework v1.14.1 h1:jaT1yvU/kEKEsxnbrn4ZHlgcxyIfjvZ41BLdlLk52fY= github.com/hashicorp/terraform-plugin-framework v1.14.1/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4= github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 h1:SJXL5FfJJm17554Kpt9jFXngdM6fXbnUnZ6iT2IeiYA= @@ -151,11 +155,10 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= -github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= -github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= +github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= +github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= -github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0= @@ -180,10 +183,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo= github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= -github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww= -github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY= +github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII= +github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= github.com/segmentio/public-api-sdk-go v0.0.0-20250113195817-34106b6e08dd h1:slroHJmwguMVr+wLnpigxN+51E6rkeoSsdp0f2YdmTI= github.com/segmentio/public-api-sdk-go v0.0.0-20250113195817-34106b6e08dd/go.mod h1:rtbFvYN1VVsfSc55BtGTC45YwkcrbOgCwTqZwlauBh0= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= @@ -213,14 +214,16 @@ github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= -github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68= -github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +github.com/yuin/goldmark v1.7.7 h1:5m9rrB1sW3JUMToKFQfb+FGt1U7r57IHu5GrYrG2nqU= +github.com/yuin/goldmark v1.7.7/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E= github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc= github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0= github.com/zclconf/go-cty v1.16.2 h1:LAJSwc3v81IRBZyUVQDUdZ7hs3SYs9jv0eZJDWHD/70= github.com/zclconf/go-cty v1.16.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= +go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw= +go.abhg.dev/goldmark/frontmatter v0.2.0/go.mod h1:XqrEkZuM57djk7zrlRUB02x8I5J0px76YjkOzhB4YlU= go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY= go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE= go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE= @@ -263,7 +266,6 @@ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=