{ "version": 4, "terraform_version": "1.5.2", "serial": 165, "lineage": "a4cb4c6c-5673-c9e2-7e6c-45b25b26780f", "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-1df52e986df5673b5", "ami": "ami-53dba2d3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c9240bc7"], "subnet_id": "subnet-e877e162", "key_name": "prod-deploy-key" } } ] } ] }