{ "version": 4, "terraform_version": "1.5.7", "serial": 534, "lineage": "afa433a9-cc6d-8ed3-50a0-25191fa91f96", "outputs": { "db_endpoint": { "value": "db-1.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-9976370e3e9885ef6", "ami": "ami-06d5d43c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-02215434"], "subnet_id": "subnet-a3e9ac32", "key_name": "prod-deploy-key" } } ] } ] }