Terraform level 1 - 9 Create EBS Volume Using Terraform problem

What went wrong here :

Hi @rwobben

I’ve just checked, and it’s working properly on my end. Please try again and use availability_zone = “us-east-1a”.

here it is still not working

Still got the message that ```
Resources have not been created using ‘Terraform’.

with availability_zone = “us-east-1a” is it working

So I think the text in the challenge needs to be adapted because there is stated

availability_zone = “us-east-1”

@rwobben one difference that I see is the value that you’ve passed for the availability_zone field.

Each Region has multiple, isolated locations known as Availability Zones . The code for an Availability Zone is its Region code followed by a letter identifier. For example, us-east-1a .

Have you checked if the ebs volume got created in the first place after running terraform apply?