{ "version": 4, "terraform_version": "1.8.8", "serial": 314, "lineage": "bd5c3b6c-3d2a-9185-3cd2-8f090f1fe19a", "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-96af822b4e7f6674d", "ami": "ami-3d5b2bbc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6a4981f"], "subnet_id": "subnet-5996f24b", "key_name": "prod-deploy-key" } } ] } ] }