{ "version": 4, "terraform_version": "1.8.9", "serial": 223, "lineage": "c91a373e-a40d-515b-c7f7-27538a80bd40", "outputs": { "db_endpoint": { "value": "db-3.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-bac776c24d5746a0d", "ami": "ami-6a35b3ed", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c7524f59"], "subnet_id": "subnet-25a63157", "key_name": "prod-deploy-key" } } ] } ] }