{ "version": 4, "terraform_version": "1.5.7", "serial": 596, "lineage": "1cea5c21-10e7-5446-e7ee-59fe46897286", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-1b7cfbe64603a87ba", "ami": "ami-b11e4014", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-585875aa"], "subnet_id": "subnet-f87fa2b7", "key_name": "prod-deploy-key" } } ] } ] }