Skip to content

Commit

Permalink
casing
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jan 16, 2022
1 parent 90a9223 commit d8237b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/opsworks/custom_layer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ resource "aws_security_group" "tf-ops-acc-layer3" {
}
}
resource "aws_opsworks_custom_layer" "tf-acc" {
resource "aws_opsworks_custom_layer" "test" {
stack_id = aws_opsworks_stack.tf-acc.id
name = "%[1]s"
short_name = "tf-ops-acc-custom-layer"
Expand Down

0 comments on commit d8237b5

Please sign in to comment.