{ "version": 4, "terraform_version": "1.8.5", "serial": 110, "lineage": "050bb4f1-3fd6-3712-1d0f-b5380168c482", "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-31d5ea49a40beea3f", "ami": "ami-b81d759d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ba4a8e0"], "subnet_id": "subnet-25f4d792", "key_name": "prod-deploy-key" } } ] } ] }