{ "version": 4, "terraform_version": "1.8.1", "serial": 125, "lineage": "66a6696d-0fba-a3a5-4dae-77f8917e6503", "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-383b5c1476469339c", "ami": "ami-99ee32d0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7af20cf9"], "subnet_id": "subnet-af0e0b19", "key_name": "prod-deploy-key" } } ] } ] }