Skip to content

Commit 2be2ac8

Browse files
committed
add provider_meta block for experimental testing
1 parent b65daf7 commit 2be2ac8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/acctest/data.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ provider "awscc" {
3939
role_arn = %[1]q
4040
}
4141
}
42+
43+
terraform {
44+
provider_meta "awscc" {
45+
user_agent = [{
46+
name = "my-test-module"
47+
version = "0.0.1"
48+
comment = "testing user-agent comment"
49+
}]
50+
}
51+
}
4252
`, role) + config
4353
}
4454
return config

0 commit comments

Comments
 (0)