{ "version": 4, "terraform_version": "1.7.7", "serial": 501, "lineage": "ef4325b8-e740-f845-af1d-c7c3e8980e47", "outputs": { "db_endpoint": { "value": "db-2.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-4740e06117d0e28d5", "ami": "ami-1aa14cad", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-46775f46"], "subnet_id": "subnet-91d91f28", "key_name": "prod-deploy-key" } } ] } ] }