{ "version": 4, "terraform_version": "1.8.1", "serial": 247, "lineage": "76e16c0f-6af6-f033-7bdf-eb818f169dcf", "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-dcc129dbd3cb5052b", "ami": "ami-c0442556", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1071feb9"], "subnet_id": "subnet-3533aa51", "key_name": "prod-deploy-key" } } ] } ] }