{ "version": 4, "terraform_version": "1.8.3", "serial": 314, "lineage": "99f46e2d-827e-9065-f17e-009b04f1cea5", "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-6cd37bd20089d3324", "ami": "ami-afb77f3b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d08c1e1d"], "subnet_id": "subnet-c75a6502", "key_name": "prod-deploy-key" } } ] } ] }