{ "version": 4, "terraform_version": "1.7.0", "serial": 495, "lineage": "0fd78b6b-e497-448a-f4f3-9e6fb11898c7", "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-97e3e092514c80822", "ami": "ami-00e95c29", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-af2963cf"], "subnet_id": "subnet-8dc54803", "key_name": "prod-deploy-key" } } ] } ] }