This message was deleted.
# general
s
This message was deleted.
s
This looks like a regression in the upstream Terraform provider with regards to diffing (potentially normalization of the mount point). Does this occur on every instance/volume or only in certain situations?
f
I currently have only one volume attachment
s
In your code, do you explicitly set the mount point?
f
Copy code
export const servicesInstance = new aws.ec2.Instance("services", {
    ami: "xxxxxx",
    ebsOptimized: true,
    ebsBlockDevices: [{
        deviceName: "/dev/sdf",
        encrypted: true,
        volumeSize: 100,
        volumeType: "gp2",
    }],
    ...
s
OK thanks. I’m going to open an issue to track this