{ "version": 4, "terraform_version": "1.8.4", "serial": 442, "lineage": "cdfc227c-05d3-a38f-d6ac-f69a71a2747d", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-e31130f879d900f82", "ami": "ami-16979b4f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e16987c4"], "subnet_id": "subnet-0997c038", "key_name": "prod-deploy-key" } } ] } ] }