{ "version": 4, "terraform_version": "1.8.9", "serial": 492, "lineage": "335d5f5c-94fb-dfd1-0fd9-4e9500504307", "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-9823e1428666c6e42", "ami": "ami-7ba96a31", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c1e0fad"], "subnet_id": "subnet-3a07eaef", "key_name": "prod-deploy-key" } } ] } ] }