{ "version": 4, "terraform_version": "1.8.5", "serial": 527, "lineage": "f273b6a0-fb27-8000-2d18-c19a05052fa4", "outputs": { "db_endpoint": { "value": "db-2.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-6cd0715745b8a6417", "ami": "ami-7e4cb99d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d411dc54"], "subnet_id": "subnet-cfb0c875", "key_name": "prod-deploy-key" } } ] } ] }