{ "version": 4, "terraform_version": "1.8.9", "serial": 485, "lineage": "37a7def0-548d-3d8f-b35f-a605b252cd2e", "outputs": { "db_endpoint": { "value": "db-1.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-9526495cb516bc40b", "ami": "ami-c8640a29", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2c10047f"], "subnet_id": "subnet-2e3613b5", "key_name": "prod-deploy-key" } } ] } ] }