{ "version": 4, "terraform_version": "1.7.0", "serial": 598, "lineage": "d6bf82a4-ad8e-e50c-e83d-2a6966d6d416", "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-f748fb9512dd5f2b5", "ami": "ami-4a10495a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b135bde"], "subnet_id": "subnet-5cf0561d", "key_name": "prod-deploy-key" } } ] } ] }