{ "version": 4, "terraform_version": "1.7.5", "serial": 514, "lineage": "2c6faeab-1d13-2a4f-9d24-247f7eb754ab", "outputs": { "db_endpoint": { "value": "db-4.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-ed246a01d7521cbdd", "ami": "ami-e26abc29", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-47246e0c"], "subnet_id": "subnet-b5358893", "key_name": "prod-deploy-key" } } ] } ] }