{ "version": 4, "terraform_version": "1.8.6", "serial": 250, "lineage": "49bc0750-a4c2-9b45-8eb8-f8feb2dc6cbf", "outputs": { "db_endpoint": { "value": "db-1.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-c6a9fd32ed6b210e0", "ami": "ami-d79b5cb3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-67d990c1"], "subnet_id": "subnet-42b02eea", "key_name": "prod-deploy-key" } } ] } ] }