{ "version": 4, "terraform_version": "1.7.4", "serial": 587, "lineage": "736c3a9a-a311-d56f-8911-c92e2a2fa106", "outputs": { "db_endpoint": { "value": "db-3.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-ca2f9a494fc60a281", "ami": "ami-6fad1d86", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f42930dc"], "subnet_id": "subnet-6bf2e163", "key_name": "prod-deploy-key" } } ] } ] }