{ "version": 4, "terraform_version": "1.8.3", "serial": 417, "lineage": "987210c7-9691-592d-1f19-42dd3ef86fd9", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-c8468692979322242", "ami": "ami-a3f10479", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf8c95c6"], "subnet_id": "subnet-f78145d3", "key_name": "prod-deploy-key" } } ] } ] }