You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AWS CloudFormation template that uses the above resource types fails to lint as follows:
$ cfn-lint AWSWorkspaces.yaml
E3006 Resource type 'AWS::WorkSpaces::WorkspaceBundle' does not exist in 'eu-west-2'
AWSWorkspaces.yaml:7:5
E3006 Resource type 'AWS::WorkSpaces::Directory' does not exist in 'eu-west-2'
AWSWorkspaces.yaml:29:5
These resource types are available in eu-west-2, so far as I know. Googling suggested that I should run cfn-lint --update-specs which I have done with no change to the error.
Expected behavior
cfn-lint should not produce this error, at least for eu-west-2.
I don't see these resource types in our docs. I may be missing something here.
I don't really see a workspace API for creating a directory service. Looks like there is an ability to register an existing directory to use a workspace but that looks covered under the AWS::WorkSpaces::Workspace resource.
I see this issue for the WorkspaceBundle resource.
CloudFormation Lint Version
cfn-lint 1.20.2
What operating system are you using?
Debian + homebrew
Describe the bug
An AWS CloudFormation template that uses the above resource types fails to lint as follows:
These resource types are available in eu-west-2, so far as I know. Googling suggested that I should run
cfn-lint --update-specs
which I have done with no change to the error.Expected behavior
cfn-lint should not produce this error, at least for eu-west-2.
Reproduction template
The text was updated successfully, but these errors were encountered: