Skip to content

Commit

Permalink
fix: invalid empty role
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Oct 8, 2024
1 parent 671c469 commit f220c0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mackerel/resource_mackerel_aws_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ resource "mackerel_aws_integration" "foo" {
ec2 {
enable = true
role = ""
excluded_metrics = []
retire_automatically = true
}
Expand Down Expand Up @@ -357,7 +356,6 @@ resource "mackerel_aws_integration" "foo" {
ec2 {
enable = true
role = ""
excluded_metrics = []
retire_automatically = true
}
Expand Down

0 comments on commit f220c0c

Please sign in to comment.