{ "version": 4, "terraform_version": "1.7.5", "serial": 499, "lineage": "72abf67c-db49-2586-b341-3afb1da83030", "outputs": { "db_endpoint": { "value": "db-4.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-0f1910eb0d20c5a5a", "ami": "ami-20b8dfdd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56de857c"], "subnet_id": "subnet-3abf4b26", "key_name": "prod-deploy-key" } } ] } ] }