{ "version": 4, "terraform_version": "1.7.6", "serial": 385, "lineage": "e889c4fd-d811-6e50-04b9-9aad0dc50ab1", "outputs": { "db_endpoint": { "value": "db-3.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-8cf63a1a458022ca3", "ami": "ami-1949968f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b3447029"], "subnet_id": "subnet-f944dd55", "key_name": "prod-deploy-key" } } ] } ] }