{ "version": 4, "terraform_version": "1.7.5", "serial": 154, "lineage": "9ecd69fc-c086-f608-7adc-613785257ead", "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-9f170ad8f224d8013", "ami": "ami-9d895147", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-87f74de8"], "subnet_id": "subnet-bf62ae9a", "key_name": "prod-deploy-key" } } ] } ] }