{ "version": 4, "terraform_version": "1.7.7", "serial": 357, "lineage": "a639fa2a-1d93-3002-1e39-cbebd82e09de", "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-3f19337de82c3d596", "ami": "ami-6d1cd92f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a0a06e1b"], "subnet_id": "subnet-f188da2d", "key_name": "prod-deploy-key" } } ] } ] }