{ "version": 4, "terraform_version": "1.7.4", "serial": 382, "lineage": "49c3467f-a199-24fe-fb2a-942c3e9c4e93", "outputs": { "db_endpoint": { "value": "db-1.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-9fbfef3176f82b6b2", "ami": "ami-19662ca7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0bbdf46e"], "subnet_id": "subnet-d4a4273a", "key_name": "prod-deploy-key" } } ] } ] }