{ "version": 4, "terraform_version": "1.8.4", "serial": 121, "lineage": "42d87f2c-b0fd-f146-b2aa-a4750f068056", "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-3aae873ef4268e6f7", "ami": "ami-9373cc3b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2590d5b3"], "subnet_id": "subnet-cb92513f", "key_name": "prod-deploy-key" } } ] } ] }