{ "version": 4, "terraform_version": "1.8.3", "serial": 262, "lineage": "12602054-02a9-7464-62c8-a3168fbab467", "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-61984a8caeae845eb", "ami": "ami-08a17f19", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-75550817"], "subnet_id": "subnet-9c4e4a13", "key_name": "prod-deploy-key" } } ] } ] }