blob: 103b0461534b1c3dbce467a4c33b2523b4a9f886 [file] [log] [blame] [edit]
mock_provider "aws" {
source = "./testing/aws"
mock_resource "aws_s3_bucket" {
defaults = {
arn = "aws:s3:::bucket"
}
}
}
run "test" {}