{ "version": 4, "terraform_version": "1.7.7", "serial": 136, "lineage": "dcb2d66a-f703-a791-a4c8-98b22e01241e", "outputs": { "db_endpoint": { "value": "db-0.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-9e3831badd94783e4", "ami": "ami-8a311523", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-41bf4a21"], "subnet_id": "subnet-6cac2740", "key_name": "prod-deploy-key" } } ] } ] }