resource/aws_spot_instance_request: incorrectly reuses resource definition of aws_instance #16189
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
The implementation of
aws_spot_instance_request
copies and modifies the resource definition ofaws_instance
. This results in a number of unsupported arguments existing on the resource but having no effect, includingmetadata_options
.The documentation also states that
which is not correct.
aws_spot_instance_request
should be a stand-alone resource.Affected Resource
The text was updated successfully, but these errors were encountered: