class GeoEngineer::Resources::AwsS3BucketNotification
AwsS3BucketNotification
is the aws_s3_bucket_notification
terrform resource,
{www.terraform.io/docs/providers/aws/r/s3_bucket_notification.html Terraform Docs}
Public Instance Methods
to_terraform_state()
click to toggle source
Calls superclass method
GeoEngineer::Resource#to_terraform_state
# File lib/geoengineer/resources/aws_s3_bucket_notification.rb, line 31 def to_terraform_state tfstate = super tfstate[:primary][:attributes] = { 'bucket' => bucket } tfstate end