{ "version": 4, "terraform_version": "1.5.4", "serial": 362, "lineage": "6c352e44-b3db-6492-d0d9-a34b7b813676", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f51a94fca74520d9f", "ami": "ami-beeb800f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-267bb0f4"], "subnet_id": "subnet-7db29d79", "key_name": "prod-deploy-key" } } ] } ] }