{ "version": 4, "terraform_version": "1.7.9", "serial": 504, "lineage": "1d3050e6-edfb-214d-dd7b-d08a507ec719", "outputs": { "db_endpoint": { "value": "db-1.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-023619bf940615ea9", "ami": "ami-15177119", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d44d92db"], "subnet_id": "subnet-66c93ad7", "key_name": "prod-deploy-key" } } ] } ] }