{ "version": 4, "terraform_version": "1.8.5", "serial": 415, "lineage": "943a645c-ea68-fa5b-ef4d-26d08a43f138", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e1914522b4ab8850f", "ami": "ami-f76e8771", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3e8e24aa"], "subnet_id": "subnet-3df132d5", "key_name": "prod-deploy-key" } } ] } ] }