Skip to content

Commit 2bc2b9d

Browse files
Update examples
1 parent bd0977c commit 2bc2b9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/resources/abx_action.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ resource "aria_abx_action" "hello_world" {
4646
4747
project_id = var.test_project_id
4848
49+
shared = true
50+
4951
source = <<EOT
5052
from __future__ import annotations
5153

internal/provider/icon_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestAccIconDataSource(t *testing.T) {
1818
{
1919
Config: `
2020
variable "test_icon_id" {
21-
description = "ABX action to use for testing subscriptions."
21+
description = "ABX action to use for testing the data source."
2222
type = string
2323
}
2424

0 commit comments

Comments
 (0)