{ "version": 4, "terraform_version": "1.5.3", "serial": 464, "lineage": "5d2f03d2-051a-e9da-aa91-38aa396d61ad", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0dee062e5a769609b", "ami": "ami-ae97cb81", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-42861f91"], "subnet_id": "subnet-c4c33221", "key_name": "prod-deploy-key" } } ] } ] }