{ "version": 4, "terraform_version": "1.7.4", "serial": 220, "lineage": "e318c3cb-80a7-ee74-e9a6-4a6defa69528", "outputs": { "db_endpoint": { "value": "db-4.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-75161420d5ce21d04", "ami": "ami-2c219e1c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad25f944"], "subnet_id": "subnet-4b1ee576", "key_name": "prod-deploy-key" } } ] } ] }