{ "version": 4, "terraform_version": "1.5.8", "serial": 410, "lineage": "8d681a4a-6c9b-0349-2355-6f05dd5492e7", "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-10a99d3dd132f3093", "ami": "ami-28b2c7d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0acf08af"], "subnet_id": "subnet-3373f9b7", "key_name": "prod-deploy-key" } } ] } ] }