{ "version": 4, "terraform_version": "1.7.7", "serial": 571, "lineage": "b417755b-cdb6-2bce-be17-8ae3a53e4787", "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-8649b25d82a553e88", "ami": "ami-57ad4de2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d19ff87b"], "subnet_id": "subnet-c8b0c2f3", "key_name": "prod-deploy-key" } } ] } ] }