{ "version": 4, "terraform_version": "1.7.7", "serial": 419, "lineage": "28f3c7dc-1304-8946-7459-9e93a4ea93d4", "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-d85bb67bf716fd022", "ami": "ami-a6e0f048", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eb5727ca"], "subnet_id": "subnet-a6c8d5a7", "key_name": "prod-deploy-key" } } ] } ] }