{ "version": 4, "terraform_version": "1.8.6", "serial": 348, "lineage": "904d953b-1f74-e331-b1fe-c1ae140312d2", "outputs": { "db_endpoint": { "value": "db-0.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-11af4db0563eceb6c", "ami": "ami-ed3b26fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e37a0851"], "subnet_id": "subnet-34321868", "key_name": "prod-deploy-key" } } ] } ] }