{ "version": 4, "terraform_version": "1.5.6", "serial": 575, "lineage": "0cbe9243-9401-8ce9-88d2-53e496f881a1", "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-aa11fd06ca5b45e5b", "ami": "ami-11d839b1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b624420b"], "subnet_id": "subnet-f06a388d", "key_name": "prod-deploy-key" } } ] } ] }