{ "version": 4, "terraform_version": "1.7.8", "serial": 314, "lineage": "7479760a-c382-4f95-dbe8-0ddd4d050c0c", "outputs": { "db_endpoint": { "value": "db-2.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-f1fabc59c2953fa92", "ami": "ami-e5e15e81", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eb42d2ab"], "subnet_id": "subnet-99730f5e", "key_name": "prod-deploy-key" } } ] } ] }