Daisuke Fujita

Results 14 comments of Daisuke Fujita

Like this? ``` bash $ terraforming s3 --resource hoge resource "aws_s3_bucket" "hoge" { bucket = "hoge" acl = "private" } ``` It sounds good and useful if it exists. @iragsdale...

Sorry for the late reply ... :bow: :bow: :bow: It seems good creating Matcher class :smile: I understood your problem. `placement.availability_zone=` is not a good option, because user should know...

Are the security groups in VPC? If so, Terraforming adds VPC ID as prefix to avoid duplication. Because I don't have EC2-Classic environments, I can't reproduce the behavior. Is the...

Sorry for the late review, but could you update unit tests at first? Thank you for sending a patch to improve!

Sorry for the late review. Could you update unit test to add `description`?

I'm sorry but I have no plan to implement this feature right now. If you really need this feature, I always welcome pull request :octocat: Terraforming generates one resource at...

You mean that generated tf/tfstate should include `suspended_processes`? https://www.terraform.io/docs/providers/aws/r/autoscaling_group.html Please explain with the concrete expected output. Thanks!

It looks there is no support of function stored in S3. Please support it.

@mattgartman At first, I apologize for very late reply. ### S3 I just checked the behavior of uploading function from S3 and I noticed that I misunderstood the behavior. Your...

Thanks! This deprecation was introduced at [v0.9.3](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#093-april-12-2017). In addition, `role` field was introduced at the same time. If I replace `roles` to `role` now, errors will be occured at some...