{ "version": 4, "terraform_version": "1.8.5", "serial": 471, "lineage": "afce521f-5bdb-0fbe-3634-a591f9aed051", "outputs": { "db_endpoint": { "value": "db-4.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-94f0597ad4f53c2c6", "ami": "ami-ccb095bb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d6b780d9"], "subnet_id": "subnet-6b3da020", "key_name": "prod-deploy-key" } } ] } ] }