{ "version": 4, "terraform_version": "1.7.2", "serial": 353, "lineage": "7ac95dca-889b-e473-b2f3-7685595e93e2", "outputs": { "db_endpoint": { "value": "db-2.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-c90a0f8496aa2d804", "ami": "ami-6a43e1b7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cdbfce77"], "subnet_id": "subnet-f6b29380", "key_name": "prod-deploy-key" } } ] } ] }