{ "version": 4, "terraform_version": "1.8.5", "serial": 480, "lineage": "a160443f-7f1f-4f09-0ca0-29291a3db497", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-fae40f5252398c927", "ami": "ami-47bd3566", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa2d3e8c"], "subnet_id": "subnet-852503ae", "key_name": "prod-deploy-key" } } ] } ] }