{ "version": 4, "terraform_version": "1.6.8", "serial": 460, "lineage": "7d5110a1-39a4-7309-1879-2de319d3bb0d", "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-db13725546715cbcf", "ami": "ami-01173964", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c6898cb4"], "subnet_id": "subnet-0bbb6a68", "key_name": "prod-deploy-key" } } ] } ] }