Closed htnosm closed 6 years ago
Hi @htnosm
awspec resource types must have id
attribute, because https://github.com/k1LoW/awspec/blob/0c39ec264004fa705c21a8df52b0b5a737dedbaf/lib/awspec/type/resource_base.rb#L10-L12 .
( account
resource is special. but )
its(:account) { should eq '123456789012' }
failed is bug. I'll fix it
Hi,
I failed to execute "its(:account)" of Account resource type.
get_caller_identity returns 'account', however, It seems that it is replaced with 'id'. Is there any reason? If is this a specification, I think that it is better to modify the document.
It was solved by replacing the following with 'account'.
Regards.