{ "version": 4, "terraform_version": "1.8.5", "serial": 277, "lineage": "a64914bd-cd53-e7da-ca54-8e0fbd72dfc3", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-5244a30f1e29b2432", "ami": "ami-6ed9bd87", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e0b4e3c"], "subnet_id": "subnet-7657358a", "key_name": "prod-deploy-key" } } ] } ] }