{ "version": 4, "terraform_version": "1.8.7", "serial": 249, "lineage": "418169d3-9c10-a478-8f13-2f79a556c4fa", "outputs": { "db_endpoint": { "value": "db-0.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-cb2907e8b193ee47d", "ami": "ami-45d59cdc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1498b2da"], "subnet_id": "subnet-0a10d7e9", "key_name": "prod-deploy-key" } } ] } ] }