{ "version": 4, "terraform_version": "1.7.5", "serial": 598, "lineage": "696d356f-b3ec-eb95-5faa-b89a72128adc", "outputs": { "db_endpoint": { "value": "db-3.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-d6760ce5b55cc4553", "ami": "ami-8db41c67", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-16bd4e27"], "subnet_id": "subnet-4e2a8ffd", "key_name": "prod-deploy-key" } } ] } ] }