{ "version": 4, "terraform_version": "1.8.4", "serial": 198, "lineage": "6650a8ba-99e5-bb92-44d4-3c0fb162514a", "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-23141ee2aaef549ed", "ami": "ami-20ced3b4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ed893fa"], "subnet_id": "subnet-567dfa93", "key_name": "prod-deploy-key" } } ] } ] }