{ "version": 4, "terraform_version": "1.8.3", "serial": 554, "lineage": "c94bd3a3-707e-cd2e-6d2f-818a31196cef", "outputs": { "db_endpoint": { "value": "db-0.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-fdc2eefac3959f209", "ami": "ami-685f38cd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f881d7c"], "subnet_id": "subnet-58c36647", "key_name": "prod-deploy-key" } } ] } ] }